mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update gas costs.
This commit is contained in:
parent
314f361d07
commit
ec4558a245
@ -17,9 +17,9 @@ contract C {
|
|||||||
// optimize-yul: true
|
// optimize-yul: true
|
||||||
// ----
|
// ----
|
||||||
// creation:
|
// creation:
|
||||||
// codeDepositCost: 664600
|
// codeDepositCost: 681000
|
||||||
// executionCost: 696
|
// executionCost: 715
|
||||||
// totalCost: 665296
|
// totalCost: 681715
|
||||||
// external:
|
// external:
|
||||||
// a(): 985
|
// a(): 985
|
||||||
// b(uint256): 2052
|
// b(uint256): 2052
|
||||||
|
@ -27,9 +27,9 @@ contract Large {
|
|||||||
// optimize-runs: 2
|
// optimize-runs: 2
|
||||||
// ----
|
// ----
|
||||||
// creation:
|
// creation:
|
||||||
// codeDepositCost: 256200
|
// codeDepositCost: 256400
|
||||||
// executionCost: 300
|
// executionCost: 300
|
||||||
// totalCost: 256500
|
// totalCost: 256700
|
||||||
// external:
|
// external:
|
||||||
// a(): 983
|
// a(): 983
|
||||||
// b(uint256): 2337
|
// b(uint256): 2337
|
||||||
|
@ -14,9 +14,9 @@ contract Medium {
|
|||||||
// optimize-runs: 2
|
// optimize-runs: 2
|
||||||
// ----
|
// ----
|
||||||
// creation:
|
// creation:
|
||||||
// codeDepositCost: 146600
|
// codeDepositCost: 146800
|
||||||
// executionCost: 190
|
// executionCost: 190
|
||||||
// totalCost: 146790
|
// totalCost: 146990
|
||||||
// external:
|
// external:
|
||||||
// a(): 983
|
// a(): 983
|
||||||
// b(uint256): 2095
|
// b(uint256): 2095
|
||||||
|
@ -9,9 +9,9 @@ contract Small {
|
|||||||
// optimize-runs: 2
|
// optimize-runs: 2
|
||||||
// ----
|
// ----
|
||||||
// creation:
|
// creation:
|
||||||
// codeDepositCost: 61800
|
// codeDepositCost: 62000
|
||||||
// executionCost: 111
|
// executionCost: 111
|
||||||
// totalCost: 61911
|
// totalCost: 62111
|
||||||
// external:
|
// external:
|
||||||
// fallback: 118
|
// fallback: 118
|
||||||
// a(): 961
|
// a(): 961
|
||||||
|
@ -19,9 +19,9 @@ contract C {
|
|||||||
// optimize-yul: true
|
// optimize-yul: true
|
||||||
// ----
|
// ----
|
||||||
// creation:
|
// creation:
|
||||||
// codeDepositCost: 37000
|
// codeDepositCost: 37200
|
||||||
// executionCost: 87
|
// executionCost: 87
|
||||||
// totalCost: 37087
|
// totalCost: 37287
|
||||||
// external:
|
// external:
|
||||||
// exp_neg_one(uint256): 1917
|
// exp_neg_one(uint256): 1917
|
||||||
// exp_one(uint256): 1870
|
// exp_one(uint256): 1870
|
||||||
|
Loading…
Reference in New Issue
Block a user