Bug 72326 - Towards 8 bit Strings - Initial JS String Tuning
Summary: Towards 8 bit Strings - Initial JS String Tuning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 71337
  Show dependency treegraph
 
Reported: 2011-11-14 16:20 PST by Michael Saboff
Modified: 2011-11-15 18:22 PST (History)
0 users

See Also:


Attachments
Proposed patch (13.59 KB, patch)
2011-11-15 10:56 PST, Michael Saboff
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>