Bug 31880

Summary: Optimize GraphicsLayerCACF::setChildren()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   

Simon Fraser (smfr)
Reported 2009-11-25 10:04:49 PST
Now that I added GraphicsLayer::setChildren() via bug 31879, the CACF implementation is slow: updateSubLayerList() is going to get called for each child that gets added, and once more in the setChildren(). This is potentially O(N^2).
Attachments
Brent Fulgham
Comment 1 2022-06-24 13:56:20 PDT
GraphicsLayerCACF no longer exists.
Note You need to log in before you can comment on or make changes to this bug.