mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Replace storage command with 'storage_empty' builtin.
This commit is contained in:
@@ -28,4 +28,4 @@ contract c {
|
||||
// gas irOptimized: 2455497
|
||||
// gas legacy: 2416722
|
||||
// gas legacyOptimized: 2405396
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
@@ -9,4 +9,4 @@ contract c {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test() ->
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
@@ -23,4 +23,4 @@ contract c {
|
||||
// gas irOptimized: 527367
|
||||
// gas legacy: 454080
|
||||
// gas legacyOptimized: 443170
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
@@ -23,4 +23,4 @@ contract c {
|
||||
// gas irOptimized: 367121
|
||||
// gas legacy: 320859
|
||||
// gas legacyOptimized: 314681
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
@@ -21,4 +21,4 @@ contract c {
|
||||
// gas irOptimized: 445718
|
||||
// gas legacy: 552064
|
||||
// gas legacyOptimized: 533164
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@ contract c {
|
||||
// gas irOptimized: 291114
|
||||
// gas legacy: 372763
|
||||
// gas legacyOptimized: 366846
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
@@ -14,4 +14,4 @@ contract c {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test() ->
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
Reference in New Issue
Block a user