[Webkit-unassigned] [Bug 37181] REGRESSION (r54400): Hangs when doing AJAX update with large amount of data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 08:28:46 PDT 2010


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





--- Comment #5 from Geoffrey Garen <ggaren at apple.com>  2010-04-08 08:28:45 PST ---
One obvious missing optimization here, though probably not the main problem, is
that markDOMNodeWrapper is missing the optimization in getCachedDOMNodeWrapper,
which, for the normal world, gets a node's wrapper directly from the node,
instead of doing a hash table lookup.

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