Bug 35814

Summary: JSC should cache int- to Identifier conversion as it does for ordinary strings
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch barraclough: review+

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>