Adjust within-package-inlining to do more inlining of profitable to inline function calls. Inline local single-use function calls, slightly bigger leaf functions, and determined to be profitable functions. Also, do inlining once more after method resolution so that more method calls can be inlined.
Adjust within-package-inlining to do more inlining of profitable to inline function calls. Inline local single-use function calls, slightly bigger leaf functions, and determined to be profitable functions. Also, do inlining once more after method resolution so that more method calls can be inlined.