Bug 27264 - [v8] Speed up access to NodeList length
Summary: [v8] Speed up access to NodeList length
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-14 08:56 PDT by anton muhin
Modified: 2019-02-06 09:02 PST (History)
3 users (show)

See Also:


Attachments
Initial version (1.44 KB, patch)
2009-07-14 08:59 PDT, anton muhin
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description anton muhin 2009-07-14 08:56:18 PDT
1) use AtomicString for comparison;
2) use v8::Integer::New instead of v8::Number::New.
Comment 1 anton muhin 2009-07-14 08:59:36 PDT
Created attachment 32716 [details]
Initial version
Comment 2 Dimitri Glazkov (Google) 2009-07-14 09:22:08 PDT
Comment on attachment 32716 [details]
Initial version

ok.
Comment 3 Dimitri Glazkov (Google) 2009-07-14 09:27:02 PDT
Landed as http://trac.webkit.org/changeset/45860.
Comment 4 Lucas Forschler 2019-02-06 09:02:50 PST
Mass moving XML DOM bugs to the "DOM" Component.