RESOLVED FIXED 24484
Amalgamate separate overflowHeight etc. methods to avoid lots of hash lookups in RenderReplaced
https://bugs.webkit.org/show_bug.cgi?id=24484
Summary Amalgamate separate overflowHeight etc. methods to avoid lots of hash lookups...
Simon Fraser (smfr)
Reported 2009-03-09 22:52:00 PDT
If a RenderReplaced has overflow, it has to do a hash lookup for each call to overflowHeight(), overflowWidth(), overflowLeft(), overflowTop() and overflowRect(). We should use fewer methods that return IntSizes etc. to avoid all these hash lookups.
Attachments
Julien Chaffraix
Comment 1 2012-02-27 18:56:39 PST
It looks like the overflow logic has been refactored since this bug was opened and we don't have a hash lookup for any RenderReplaced overflow functions anymore. Simon, is there something to be saved of it or should we just close it?
Julien Chaffraix
Comment 2 2012-02-27 18:57:56 PST
Oops, I did not mean to close it. Feel free to reopen if there is something to be saved.
Note You need to log in before you can comment on or make changes to this bug.