[Webkit-unassigned] [Bug 85844] Inline Node::traverseNextNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 12:54:15 PDT 2012


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





--- Comment #22 from Darin Adler <darin at apple.com>  2012-05-08 12:53:18 PST ---
I still think the right amount of inlining is a good idea for this function. Inlining the whole thing is probably too much.

I also think we can override this in ContainerNode to do a version that’s even tighter for cases where we are starting with an Element* rather than a Node*. The firstChild function is smaller on an Element* than on a Node*.

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