Gas cost updates.

This commit is contained in:
Daniel Kirchner
2022-06-16 15:05:21 +02:00
parent 1a9e66f4b0
commit c3781f7a1c
25 changed files with 36 additions and 36 deletions
@@ -18,10 +18,10 @@ contract C {
// EVMVersion: >homestead
// ----
// h(uint256[2][]): 0x20, 3, 123, 124, 223, 224, 323, 324 -> 32, 256, 0x20, 3, 123, 124, 223, 224, 323, 324
// gas irOptimized: 180882
// gas irOptimized: 180768
// gas legacy: 184929
// gas legacyOptimized: 181504
// i(uint256[2][2]): 123, 124, 223, 224 -> 32, 128, 123, 124, 223, 224
// gas irOptimized: 112533
// gas irOptimized: 112471
// gas legacy: 115468
// gas legacyOptimized: 112988