mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not replace zeros by return variable.
This commit is contained in:
@@ -21,6 +21,6 @@ contract C {
|
||||
// f(uint256[][1]): 32, 32, 0 -> true
|
||||
// f(uint256[][1]): 32, 32, 1, 42 -> true
|
||||
// f(uint256[][1]): 32, 32, 8, 421, 422, 423, 424, 425, 426, 427, 428 -> true
|
||||
// gas irOptimized: 227067
|
||||
// gas irOptimized: 227075
|
||||
// gas legacy: 144300
|
||||
// gas legacyOptimized: 124189
|
||||
// gas legacyOptimized: 124188
|
||||
|
||||
Reference in New Issue
Block a user