mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Optimize eq iszero jumpi to xor jumpi and remove double jump.
This commit is contained in:
@@ -19,5 +19,5 @@ contract c {
|
||||
// ----
|
||||
// test1() -> true
|
||||
// gas irOptimized: 225894
|
||||
// gas legacy: 255577
|
||||
// gas legacyOptimized: 248611
|
||||
// gas legacy: 254650
|
||||
// gas legacyOptimized: 247384
|
||||
|
||||
Reference in New Issue
Block a user