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:
@@ -34,6 +34,6 @@ contract C {
|
||||
|
||||
// ----
|
||||
// f(bytes): 0x20, 0x5, "abcde" -> 0
|
||||
// gas irOptimized: 239090
|
||||
// gas legacy: 240541
|
||||
// gas legacyOptimized: 239654
|
||||
// gas irOptimized: 241890
|
||||
// gas legacy: 243341
|
||||
// gas legacyOptimized: 242454
|
||||
|
||||
Reference in New Issue
Block a user