RESOLVED FIXED 15711
force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
https://bugs.webkit.org/show_bug.cgi?id=15711
Summary force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
Darin Adler
Reported 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.
Attachments
patch with change log (8.48 KB, patch)
2007-10-26 09:56 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2007-10-26 09:56:00 PDT
Created attachment 16881 [details] patch with change log
Maciej Stachowiak
Comment 2 2007-10-26 19:05:04 PDT
Comment on attachment 16881 [details] patch with change log r=me
Darin Adler
Comment 3 2007-10-27 07:59:36 PDT
Committed revision 27149.
Note You need to log in before you can comment on or make changes to this bug.