[Webkit-unassigned] [Bug 55626] Node::attach() and Node::nextRenderer() account for over 50% of Peacekeeper's domDynamicCreationCreateElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 16:01:22 PST 2011


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-03-02 16:01:22 PST ---
Maciej pointed out over IRC that replacing children with innerHTML (which is exactly what peacekeeper does) subverts the nextRenderer check, because the parent remains attached and all the kids have no renderers. Meaning this is then O(N^2) the number of dom nodes added via innerHTML. :(

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