Bug 90242 - [V8] Replace v8::Integer::New() with v8Integer() in custom bindings
Summary: [V8] Replace v8::Integer::New() with v8Integer() in custom bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 84074
  Show dependency treegraph
 
Reported: 2012-06-28 20:36 PDT by Kentaro Hara
Modified: 2012-06-29 02:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (21.70 KB, patch)
2012-06-28 20:38 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-06-28 20:36:33 PDT
v8Integer() is a fast wrapper of v8::Integer::New(). We can replace v8::Integer::New() with v8Integer() in custom bindings.
Comment 1 Kentaro Hara 2012-06-28 20:38:38 PDT
Created attachment 150074 [details]
Patch
Comment 2 Yury Semikhatsky 2012-06-29 00:56:59 PDT
(In reply to comment #0)
> v8Integer() is a fast wrapper of v8::Integer::New(). We can replace v8::Integer::New() with v8Integer() in custom bindings.

Can you post performance measurement results here?
Comment 3 WebKit Review Bot 2012-06-29 02:50:46 PDT
Comment on attachment 150074 [details]
Patch

Clearing flags on attachment: 150074

Committed r121541: <http://trac.webkit.org/changeset/121541>
Comment 4 WebKit Review Bot 2012-06-29 02:50:51 PDT
All reviewed patches have been landed.  Closing bug.