mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
test: Properly clear storage dirty flag
Clear storage dirty flag between transactions in EVMHost. The EIP-2200 dirty flag should be persisted only in a single transaction.
This commit is contained in:
@@ -23,7 +23,7 @@ contract c {
|
||||
}
|
||||
// ----
|
||||
// test() -> 1, 2, 3
|
||||
// gas irOptimized: 2280147
|
||||
// gas legacy: 2273434
|
||||
// gas legacyOptimized: 2261844
|
||||
// gas irOptimized: 2285747
|
||||
// gas legacy: 2279034
|
||||
// gas legacyOptimized: 2267444
|
||||
// storageEmpty -> 1
|
||||
|
||||
Reference in New Issue
Block a user