Bug 35814 - JSC should cache int- to Identifier conversion as it does for ordinary strings
Summary: JSC should cache int- to Identifier conversion as it does for ordinary strings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 14:58 PST by Oliver Hunt
Modified: 2010-03-05 15:29 PST (History)
0 users

See Also:


Attachments
Patch (6.02 KB, patch)
2010-03-05 15:05 PST, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2010-03-05 14:58:57 PST
JSC should cache int- to Identifier conversion as it does for ordinary strings
Comment 1 Oliver Hunt 2010-03-05 15:05:11 PST
Created attachment 50130 [details]
Patch
Comment 2 Gavin Barraclough 2010-03-05 15:10:04 PST
Comment on attachment 50130 [details]
Patch

Please note any perf improvement in the changelog, and 'y' is a pretty crumby variable name, otherwise r+.
Comment 3 Oliver Hunt 2010-03-05 15:29:27 PST
Committed r55599: <http://trac.webkit.org/changeset/55599>