Bug 15906

Summary: getting characters by indexing into a string is very slow
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mjs: review+

Description Darin Adler 2007-11-08 14:47:12 PST
I have a number of fixes that will speed up SunSpider a lot.
Comment 1 Darin Adler 2007-11-08 17:05:39 PST
Created attachment 17134 [details]
patch
Comment 2 Maciej Stachowiak 2007-11-08 19:11:41 PST
Comment on attachment 17134 [details]
patch

r=me
Comment 3 Darin Adler 2007-11-08 21:53:33 PST
Committed revision 27633.
Comment 4 Eric Seidel (no email) 2007-11-09 00:57:07 PST
Very nice.  I wonder where else this could be deployed.