[Webkit-unassigned] [Bug 33696] let's cache nodelists instead of dynamicnodelist::cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 09:03:58 PDT 2010


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





--- Comment #68 from Darin Adler <darin at apple.com>  2010-03-29 09:03:57 PST ---
(In reply to comment #64)
> (In reply to comment #50)
> > I had one other idea. It might be better for performance if the rare data bit
> > check was inlined. We should do that in a follow-up patch.
> 
> Is not it inlined already (if you mean hasRareData())?

In JSNode::markChildren, we make a function call to markCachedNodeLists. I was
looking for a code change to make sure it markChildren makes no function call
in the common case where hasRareData() is false.

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