mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10942 from ethereum/returnSlotAllocation
Delayed return slot allocation.
This commit is contained in:
@@ -62,7 +62,7 @@ contract C {
|
||||
// test_bytes() ->
|
||||
// gas irOptimized: 511133
|
||||
// gas legacy: 466763
|
||||
// gas legacyOptimized: 374537
|
||||
// gas legacyOptimized: 374591
|
||||
// test_uint256() ->
|
||||
// gas irOptimized: 706775
|
||||
// gas legacy: 634592
|
||||
|
||||
@@ -63,7 +63,7 @@ contract C {
|
||||
// test_bytes() ->
|
||||
// gas irOptimized: 511133
|
||||
// gas legacy: 466763
|
||||
// gas legacyOptimized: 374537
|
||||
// gas legacyOptimized: 374591
|
||||
// test_uint256() ->
|
||||
// gas irOptimized: 706775
|
||||
// gas legacy: 634592
|
||||
|
||||
Reference in New Issue
Block a user