Bug 72326

Summary: Towards 8 bit Strings - Initial JS String Tuning
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 71337    
Attachments:
Description Flags
Proposed patch ggaren: review+

Description Michael Saboff 2011-11-14 16:20:43 PST
The String methods provided in JavaScript should be optimized for 8 bit strings.
Comment 1 Michael Saboff 2011-11-15 10:56:29 PST
Created attachment 115201 [details]
Proposed patch
Comment 2 Geoffrey Garen 2011-11-15 11:53:42 PST
Comment on attachment 115201 [details]
Proposed patch

r=me
Comment 3 Michael Saboff 2011-11-15 13:38:55 PST
Committed r100314: <http://trac.webkit.org/changeset/100314>