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:
@@ -27,29 +27,29 @@ contract Large {
|
||||
// optimize-runs: 2
|
||||
// ----
|
||||
// creation:
|
||||
// codeDepositCost: 270600
|
||||
// executionCost: 312
|
||||
// totalCost: 270912
|
||||
// codeDepositCost: 267000
|
||||
// executionCost: 306
|
||||
// totalCost: 267306
|
||||
// external:
|
||||
// a(): 1028
|
||||
// b(uint256): 2370
|
||||
// f0(uint256): 399
|
||||
// f1(uint256): 41539
|
||||
// f2(uint256): 21605
|
||||
// f3(uint256): 21693
|
||||
// f4(uint256): 21671
|
||||
// f5(uint256): 21649
|
||||
// f6(uint256): 21561
|
||||
// f7(uint256): 21341
|
||||
// f8(uint256): 21473
|
||||
// f9(uint256): 21495
|
||||
// g0(uint256): 639
|
||||
// g1(uint256): 41251
|
||||
// g2(uint256): 21339
|
||||
// g3(uint256): 21427
|
||||
// g4(uint256): 21405
|
||||
// g5(uint256): 21493
|
||||
// g6(uint256): 21273
|
||||
// g7(uint256): 21383
|
||||
// g8(uint256): 21361
|
||||
// g9(uint256): 21207
|
||||
// a(): 983
|
||||
// b(uint256): 2337
|
||||
// f0(uint256): 366
|
||||
// f1(uint256): 41506
|
||||
// f2(uint256): 21572
|
||||
// f3(uint256): 21660
|
||||
// f4(uint256): 21638
|
||||
// f5(uint256): 21616
|
||||
// f6(uint256): 21528
|
||||
// f7(uint256): 21308
|
||||
// f8(uint256): 21440
|
||||
// f9(uint256): 21462
|
||||
// g0(uint256): 606
|
||||
// g1(uint256): 41218
|
||||
// g2(uint256): 21306
|
||||
// g3(uint256): 21394
|
||||
// g4(uint256): 21372
|
||||
// g5(uint256): 21460
|
||||
// g6(uint256): 21240
|
||||
// g7(uint256): 21350
|
||||
// g8(uint256): 21328
|
||||
// g9(uint256): 21174
|
||||
|
||||
Reference in New Issue
Block a user