RESOLVED FIXED 30493
[v8] use faster method to convert unsigneds into V8 integers
https://bugs.webkit.org/show_bug.cgi?id=30493
Summary [v8] use faster method to convert unsigneds into V8 integers
anton muhin
Reported 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.
Attachments
First pass (1.41 KB, patch)
2009-10-18 11:20 PDT, anton muhin
no flags
anton muhin
Comment 1 2009-10-18 11:20:07 PDT
Created attachment 41384 [details] First pass
Adam Barth
Comment 2 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?
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2009-10-18 12:56:01 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.