Bug 197023

Summary: Try making the inliner more aggressive when a function is called with one or more constant arguments
Product: WebKit Reporter: Robin Morisset <rmorisset>
Component: JavaScriptCoreAssignee: Robin Morisset <rmorisset>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.