Bug 15711 - force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
Summary: force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 09:52 PDT by Darin Adler
Modified: 2007-10-27 07:59 PDT (History)
0 users

See Also:


Attachments
patch with change log (8.48 KB, patch)
2007-10-26 09:56 PDT, 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-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.