Skip to content

Commit 2165c0d

Browse files
committed
Update gas costs.
1 parent c6473ff commit 2165c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/libsolidity/semanticTests/array/copying/copy_byte_array_in_struct_to_storage.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ contract C {
3737
// compileViaYul: also
3838
// ----
3939
// f() -> 0x40, 0x80, 6, 0x6162636465660000000000000000000000000000000000000000000000000000, 0x49, 0x3132333435363738393031323334353637383930313233343536373839303120, 0x3132333435363738393031323334353637383930313233343536373839303120, 0x3132333435363738390000000000000000000000000000000000000000000000
40-
// gas irOptimized: 179963
40+
// gas irOptimized: 179947
4141
// gas legacy: 180694
4242
// gas legacyOptimized: 180088
4343
// g() -> 0x40, 0xc0, 0x49, 0x3132333435363738393031323334353637383930313233343536373839303120, 0x3132333435363738393031323334353637383930313233343536373839303120, 0x3132333435363738390000000000000000000000000000000000000000000000, 0x11, 0x3132333435363738393233343536373839000000000000000000000000000000
44-
// gas irOptimized: 107332
44+
// gas irOptimized: 107322
4545
// gas legacy: 107895
4646
// gas legacyOptimized: 107254
4747
// h() -> 0x40, 0x60, 0x00, 0x00

0 commit comments

Comments
 (0)