NEW197023
Try making the inliner more aggressive when a function is called with one or more constant arguments
https://bugs.webkit.org/show_bug.cgi?id=197023
Summary Try making the inliner more aggressive when a function is called with one or ...
Robin Morisset
Reported 2019-04-17 11:02:17 PDT
Constant arguments are likely to lead to quite a bit of code being eliminated, so we should scale down the amount of code in the callee in our heuristics in that case.
Attachments
Note You need to log in before you can comment on or make changes to this bug.