[Webkit-unassigned] [Bug 14134] REGRESSION (r25353): Whitespace nodes ignored between inline list items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 12:30:45 PST 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #27 from Eric Seidel <eric at webkit.org>  2011-03-02 12:30:45 PST ---
This bug added a renderer walk in attach().  Looking at peacekeeper shark data, this accounts for some 7% of total time out of all the peacekeeper DOM benchmarks combined. :)

I suspect there is some way to limit the number of times we do this walk w/o regressing this bug?

Specifically it spends all its time checking node->renderer().  I suspect the walk often misses caches for some reason.  Still investigating.

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