Merge pull request #9314 from ethereum/inlineStartingFromLeaves

Handle "leaf functions" first in full inliner.
This commit is contained in:
chriseth
2020-09-14 20:22:48 +02:00
committed by GitHub
15 changed files with 340 additions and 355 deletions
@@ -17,9 +17,9 @@ contract C {
// optimize-yul: true
// ----
// creation:
// codeDepositCost: 614600
// executionCost: 651
// totalCost: 615251
// codeDepositCost: 597000
// executionCost: 632
// totalCost: 597632
// external:
// a(): 1029
// b(uint256): 2084