Bug 15906 - getting characters by indexing into a string is very slow
Summary: getting characters by indexing into a string is very slow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 14:47 PST by Darin Adler
Modified: 2007-11-09 00:57 PST (History)
0 users

See Also:


Attachments
patch (8.33 KB, patch)
2007-11-08 17:05 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

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