Bug 15711

Summary: force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch with change log mjs: review+

Description Darin Adler 2007-10-26 09:52:27 PDT
After we added ALWAYS_INLINE elsewhere, various JSImmediate functions weren't being inlined any more. They're all intended to always be inlined, so I forced the compiler to do it, and the tools say it's a 1.2% speedup.
Comment 1 Darin Adler 2007-10-26 09:56:00 PDT
Created attachment 16881 [details]
patch with change log
Comment 2 Maciej Stachowiak 2007-10-26 19:05:04 PDT
Comment on attachment 16881 [details]
patch with change log

r=me
Comment 3 Darin Adler 2007-10-27 07:59:36 PDT
Committed revision 27149.