mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add inlining for old optimizer.
This commit is contained in:
@@ -9,11 +9,11 @@ contract Small {
|
||||
// optimize-runs: 2
|
||||
// ----
|
||||
// creation:
|
||||
// codeDepositCost: 76200
|
||||
// codeDepositCost: 72600
|
||||
// executionCost: 123
|
||||
// totalCost: 76323
|
||||
// totalCost: 72723
|
||||
// external:
|
||||
// fallback: 118
|
||||
// a(): 1006
|
||||
// b(uint256): 2018
|
||||
// f1(uint256): 41253
|
||||
// a(): 961
|
||||
// b(uint256): 1985
|
||||
// f1(uint256): 41220
|
||||
|
||||
Reference in New Issue
Block a user