Bug 19434

Summary: speed up SunSpider by avoiding some string boxing
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch
none
patch for part 1 (breaking up as per Maciej's request)
none
patch
none
patch mjs: review+

Description Darin Adler 2008-06-08 09:30:42 PDT
I have some speedups for SunSpider that total a bit over 1%.
Comment 1 Darin Adler 2008-06-08 09:31:03 PDT
Created attachment 21573 [details]
patch
Comment 2 Maciej Stachowiak 2008-06-11 12:53:01 PDT
Any chance of breaking this up into the logically separate changes?
Comment 3 Darin Adler 2008-06-11 12:55:47 PDT
Sure, I'll do that now.
Comment 4 Darin Adler 2008-06-11 14:47:08 PDT
Created attachment 21645 [details]
patch for part 1 (breaking up as per Maciej's request)
Comment 5 Maciej Stachowiak 2008-06-11 15:02:16 PDT
Comment on attachment 21645 [details]
patch for part 1 (breaking up as per Maciej's request)

r=me
Comment 6 Darin Adler 2008-06-11 15:02:47 PDT
Comment on attachment 21645 [details]
patch for part 1 (breaking up as per Maciej's request)

Landed this as r34499.
Comment 7 Darin Adler 2008-06-11 15:13:13 PDT
Created attachment 21646 [details]
patch
Comment 8 Darin Adler 2008-06-11 15:22:44 PDT
Created attachment 21648 [details]
patch
Comment 9 Maciej Stachowiak 2008-06-12 11:42:45 PDT
Comment on attachment 21648 [details]
patch

r=me

It would be great to avoid the boxing for methods too, as discussed previously.
Comment 10 Darin Adler 2008-06-12 21:55:18 PDT
Committed revision 34518.