[Webkit-unassigned] [Bug 102617] Add a 'has flipped blocks' bit somewhere to optimize stuff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 20:51:08 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102617


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add a 'has flipped blocks'  |Add a 'has flipped blocks'
                   |bit to RenderLayer so we    |bit somewhere to optimize
                   |can avoid a RenderObject    |stuff
                   |walk in RenderGeometryMap   |




--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-11-30 20:53:27 PST ---
I also note that RenderBox::topLeftLocationOffset() is expensive, about 2% of the total time when scrolling a layer-heavy page. If we could do a quick check for flipped blocks, we could probably avoid the containingBlock() call and make it much faster.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list