Bug 197023 - Try making the inliner more aggressive when a function is called with one or more constant arguments
Summary: Try making the inliner more aggressive when a function is called with one or ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robin Morisset
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-17 11:02 PDT by Robin Morisset
Modified: 2019-04-17 11:02 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Morisset 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.