[Webkit-unassigned] [Bug 145503] Explore turning off inlining of functions that haven't made it to Baseline
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 1 10:31:32 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=145503
Robin Morisset <rmorisset at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rmorisset at apple.com
Assignee|webkit-unassigned at lists.web |rmorisset at apple.com
|kit.org |
--- Comment #1 from Robin Morisset <rmorisset at apple.com> ---
I have started experimenting with this.
It provided a very small, barely significant (when lucky and there is very low noise in the benchmark) speed-up of about 0.5% on the old jsc-only benchmarks (Octane, Kraken, Sunspider).
I would like to do more thorough benchmarking, including ARES/Speedometer before landing this change.
I have also tested scaling the inliningCost by the tier reached by the callee (encouraging inlining of very hot functions, and discouraging inlining of very cold ones). So far it has not seemed to bring any measurable additional improvement.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171201/ccfa5584/attachment-0001.html>
More information about the webkit-unassigned
mailing list