Bug 104084 - [V8] Replace String::New("symbol") with String::NewSymbol("symbol")
Summary: [V8] Replace String::New("symbol") with String::NewSymbol("symbol")
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:
 
Reported: 2012-12-04 21:21 PST by Kentaro Hara
Modified: 2012-12-04 22:21 PST (History)
3 users (show)

See Also:


Attachments
Patch (23.94 KB, patch)
2012-12-04 21:22 PST, 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-12-04 21:21:21 PST
V8 can look up symbols faster than strings. This is a final patch for the replacement.
Comment 1 Kentaro Hara 2012-12-04 21:22:29 PST
Created attachment 177664 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-04 22:21:51 PST
Comment on attachment 177664 [details]
Patch

Clearing flags on attachment: 177664

Committed r136641: <http://trac.webkit.org/changeset/136641>
Comment 3 WebKit Review Bot 2012-12-04 22:21:55 PST
All reviewed patches have been landed.  Closing bug.