Bug 23129 - Devirtualize Node::childNodes()
Summary: Devirtualize Node::childNodes()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 01:21 PST by David Smith
Modified: 2009-01-06 08:15 PST (History)
0 users

See Also:


Attachments
Devirtualize (1.08 KB, patch)
2009-01-06 01:24 PST, David Smith
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2009-01-06 01:21:55 PST
There's no reason for it to be virtual.
Comment 1 David Smith 2009-01-06 01:24:08 PST
Created attachment 26454 [details]
Devirtualize

Dromaeo's margin of error is large enough on my system that I can't tell how much (if at all) this helps perf, unfortunately.
Comment 2 Darin Adler 2009-01-06 06:36:36 PST
Comment on attachment 26454 [details]
Devirtualize

r=me
Comment 3 David Smith 2009-01-06 08:15:39 PST
Landed in revision 39654.