mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use builtin iszero for for loop condition rewriting.
This commit is contained in:
committed by
Daniel Kirchner
parent
324cc71b13
commit
4f80117eef
@@ -17,9 +17,9 @@ contract C {
|
||||
// optimize-yul: true
|
||||
// ----
|
||||
// creation:
|
||||
// codeDepositCost: 610600
|
||||
// executionCost: 645
|
||||
// totalCost: 611245
|
||||
// codeDepositCost: 624200
|
||||
// executionCost: 657
|
||||
// totalCost: 624857
|
||||
// external:
|
||||
// a(): 429
|
||||
// b(uint256): 884
|
||||
|
||||
Reference in New Issue
Block a user