mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11224 from ethereum/lastAllocationUnbounded
Use unbounded allocation before returning.
This commit is contained in:
@@ -60,10 +60,10 @@ contract C {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test_bytes() ->
|
||||
// gas irOptimized: 511133
|
||||
// gas irOptimized: 508617
|
||||
// gas legacy: 466763
|
||||
// gas legacyOptimized: 374591
|
||||
// test_uint256() ->
|
||||
// gas irOptimized: 706775
|
||||
// gas irOptimized: 704259
|
||||
// gas legacy: 634592
|
||||
// gas legacyOptimized: 499373
|
||||
|
||||
Reference in New Issue
Block a user