[Webkit-unassigned] [Bug 13115] REGRESSION: 1000% performance regression in DOM access by index, which was already slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 24 17:43:30 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13115





------- Comment #5 from catfish.man at gmail.com  2007-03-24 17:43 PDT -------
Some more things I've noticed:

The length cache is not being used at all, due to a new ChildNodeList being
returned each time. If you reuse the ChildNodeList it will speed things up
dramatically.

I can't reproduce a 1000% regression, although there's definitely some
regression.


-- 
Configure bugmail: http://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