mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use unbounded allocation before returning.
This commit is contained in:
@@ -28,7 +28,7 @@ contract C {
|
||||
// index(uint256): 10 -> true
|
||||
// index(uint256): 20 -> true
|
||||
// index(uint256): 0xFF -> true
|
||||
// gas irOptimized: 167453
|
||||
// gas irOptimized: 167382
|
||||
// gas legacy: 248854
|
||||
// gas legacyOptimized: 152638
|
||||
// accessIndex(uint256,int256): 10, 1 -> 2
|
||||
|
||||
Reference in New Issue
Block a user