Merge pull request #11224 from ethereum/lastAllocationUnbounded

Use unbounded allocation before returning.
This commit is contained in:
chriseth
2021-04-08 19:32:40 +02:00
committed by GitHub
135 changed files with 200 additions and 393 deletions
@@ -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