Bug 4421

Summary: speed up JavaScript by inlining some label stack functions
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch inlines and simplifies some things, removes some unused functions mjs: review+

Darin Adler
Reported 2005-08-13 23:02:25 PDT
I did some profiling and found a way to speed up JavaScript that helps us on iBench.
Attachments
patch inlines and simplifies some things, removes some unused functions (2.84 KB, patch)
2005-08-13 23:07 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2005-08-13 23:07:01 PDT
Created attachment 3369 [details] patch inlines and simplifies some things, removes some unused functions
Darin Adler
Comment 2 2005-08-13 23:07:49 PDT
Sped up iBench JavaScript by 0.5% in one test I did. Probably does more in conjunction with other speedups; I tested them separately.
Note You need to log in before you can comment on or make changes to this bug.