Test updates.

This commit is contained in:
chriseth 2021-11-11 16:39:13 +01:00
parent 772e100813
commit e7fc2a176a
5 changed files with 3 additions and 8 deletions

View File

@ -20,7 +20,7 @@ contract test {
// compileViaYul: also // compileViaYul: also
// ---- // ----
// set(uint8,uint8,uint8,uint8,uint8): 1, 21, 22, 42, 43 -> 0, 0, 0, 0 // set(uint8,uint8,uint8,uint8,uint8): 1, 21, 22, 42, 43 -> 0, 0, 0, 0
// gas irOptimized: 111965 // gas irOptimized: 111896
// gas legacy: 113806 // gas legacy: 113806
// gas legacyOptimized: 111781 // gas legacyOptimized: 111781
// get(uint8): 1 -> 21, 22, 42, 43 // get(uint8): 1 -> 21, 22, 42, 43

View File

@ -38,12 +38,12 @@ contract c {
// compileViaYul: also // compileViaYul: also
// ---- // ----
// set(uint256): 7 -> true // set(uint256): 7 -> true
// gas irOptimized: 110011 // gas irOptimized: 110119
// gas legacy: 110616 // gas legacy: 110616
// gas legacyOptimized: 110006 // gas legacyOptimized: 110006
// retrieve(uint256): 7 -> 1, 3, 4, 2 // retrieve(uint256): 7 -> 1, 3, 4, 2
// copy(uint256,uint256): 7, 8 -> true // copy(uint256,uint256): 7, 8 -> true
// gas irOptimized: 118707 // gas irOptimized: 118698
// gas legacy: 119166 // gas legacy: 119166
// gas legacyOptimized: 118622 // gas legacyOptimized: 118622
// retrieve(uint256): 7 -> 1, 3, 4, 2 // retrieve(uint256): 7 -> 1, 3, 4, 2

View File

@ -55,7 +55,6 @@
// sstore(0, 0) // sstore(0, 0)
// sstore(2, _1) // sstore(2, _1)
// extcodecopy(_1, msize(), _1, _1) // extcodecopy(_1, msize(), _1, _1)
// sstore(0, 0)
// sstore(3, _1) // sstore(3, _1)
// } // }
// function gcd(_a, _b) -> out // function gcd(_a, _b) -> out

View File

@ -20,9 +20,7 @@
// f() // f()
// sstore(0, 1) // sstore(0, 1)
// f() // f()
// sstore(0, 1)
// f() // f()
// sstore(0, 1)
// } // }
// function f() // function f()
// { // {

View File

@ -18,9 +18,7 @@
// f() // f()
// sstore(0, 1) // sstore(0, 1)
// f() // f()
// sstore(0, 1)
// f() // f()
// sstore(0, 1)
// } // }
// function f() // function f()
// { // {