[Webkit-unassigned] [Bug 26194] DeprecatedPtrList should be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 12:41:19 PDT 2009


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





------- Comment #3 from eric at webkit.org  2009-06-04 12:41 PDT -------
The only time floatToRemove is ever non-null is from:
void RenderBox::removeFloatingOrPositionedChildFromBlockLists()

Which is only called when an object is losing float status in a styleWillChange
or the like.

I was also wrong above.  This will not turn this from O(N) to O(N^2) because
we're only going to remove it once.  This will cause pages which make things
floating-and-then-not-again slower, but I doubt anyone would notice.  I do
expect the iPhone will notice the memory savings on all pages which include
floats! :)  So I still think this change is a good one.


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



More information about the webkit-unassigned mailing list