[Webkit-unassigned] [Bug 102617] New: Add a 'has flipped blocks' bit to RenderLayer so we can avoid a RenderObject walk in RenderGeometryMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 11:58:39 PST 2012


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

           Summary: Add a 'has flipped blocks' bit to RenderLayer so we
                    can avoid a RenderObject walk in RenderGeometryMap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: koivisto at iki.fi


canMapBetweenRenderers() has to walk renderers looking for flipped blocks, which is unfortunate because this slows down the layer->layer mapping optimization there.

A bit on RenderLayer that says "hasFlippedBlocks contents" would help.

-- 
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