[Webkit-unassigned] [Bug 62837] New: [chromium]Optimize GraphicsLayerChromium::setChildren

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 18:13:49 PDT 2011


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

           Summary: [chromium]Optimize GraphicsLayerChromium::setChildren
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: huiqing.zeng at intel.com


The GraphicsLayerChromium::setChildren will call GraphicsLayer::setChildren, and it will call addChild() for each child, which will end up calling updateChildList() N times. This is potentially(N^2).

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