Bug 30493

Summary: [v8] use faster method to convert unsigneds into V8 integers
Product: WebKit Reporter: anton muhin <antonm>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
First pass none

Description anton muhin 2009-10-18 11:15:20 PDT
Currently unsigned are turned into V8 numbers with v8::Number::New which is slow.  Recently faster method was introduced.  Use it in bindings.
Comment 1 anton muhin 2009-10-18 11:20:07 PDT
Created attachment 41384 [details]
First pass
Comment 2 Adam Barth 2009-10-18 11:32:07 PDT
Comment on attachment 41384 [details]
First pass

Ok.  Would you like commit-queue to land this for you, or are you a committer now?
Comment 3 WebKit Commit Bot 2009-10-18 12:55:57 PDT
Comment on attachment 41384 [details]
First pass

Clearing flags on attachment: 41384

Committed r49756: <http://trac.webkit.org/changeset/49756>
Comment 4 WebKit Commit Bot 2009-10-18 12:56:01 PDT
All reviewed patches have been landed.  Closing bug.