Merge pull request #10769 from ethereum/allocationCleanup

Cleanup allocation.
This commit is contained in:
chriseth
2021-01-26 11:58:11 +01:00
committed by GitHub
21 changed files with 239 additions and 164 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ contract C {
}
// ----
// creation:
// codeDepositCost: 1175600
// executionCost: 1221
// totalCost: 1176821
// codeDepositCost: 1181400
// executionCost: 1227
// totalCost: 1182627
// external:
// a(): 1130
// b(uint256): infinite
@@ -14,7 +14,6 @@ contract C {
}
}
}
// ====
// compileViaYul: also
// ----