mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Skip extcodesize check if return data is expected.
This commit is contained in:
@@ -22,5 +22,5 @@ contract C {
|
||||
// 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: 172204
|
||||
// gas legacy: 141900
|
||||
// gas legacy: 141644
|
||||
// gas legacyOptimized: 121788
|
||||
|
||||
Reference in New Issue
Block a user