mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -23,4 +23,8 @@ contract D {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 1
|
||||
// gas irOptimized: 111246
|
||||
// gas legacy: 114412
|
||||
// g() -> 5
|
||||
// gas irOptimized: 111379
|
||||
// gas legacy: 114872
|
||||
|
||||
+2
@@ -25,3 +25,5 @@ contract B {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 42
|
||||
// gas irOptimized: 107179
|
||||
// gas legacy: 117797
|
||||
|
||||
+3
@@ -25,3 +25,6 @@ contract B {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 42
|
||||
// gas irOptimized: 127021
|
||||
// gas legacy: 180597
|
||||
// gas legacyOptimized: 116153
|
||||
|
||||
@@ -22,4 +22,6 @@ contract A {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(int256): -1 -> -1
|
||||
// gas legacy: 103422
|
||||
// g(int256): 10 -> 10
|
||||
// gas legacy: 103050
|
||||
|
||||
Reference in New Issue
Block a user