[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
Mon Mar 7 11:43:48 PST 2011


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2011-03-07 11:43:48 PST ---
(In reply to comment #6)
> Interestingly enough, when I first did a niave implementation of this fastNextRenderer, it disappeared off of the peacekeeper shark sample, but the peacekeeper numbers didn't get any better.  Making me wonder if shark is leading me astray.

Someone who wanted to work on this bug could and *should* confirm that, by simply replacing the nextRenderer() call in createRendererIfNecessary with "0" and re-running peacekeeper.  I saw no change in time on my machine, *despite* the previously 25% of the sample which was in nextRenderer() disappearing.   However it's possible I misread the peacekeeper numbers.  My current theory is that Shark's 25% attribution to nextRenderer() is a bug.

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