Skip to content

Commit

Permalink
fix(EVM): Remove redundant warming of EVM account during construction…
Browse files Browse the repository at this point in the history
… (N-12) (#1177)
  • Loading branch information
0xVolosnikov authored Jan 2, 2025
1 parent bfc691f commit 26df944
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions system-contracts/contracts/EvmEmulator.yul
Original file line number Diff line number Diff line change
Expand Up @@ -2943,8 +2943,6 @@ object "EvmEmulator" {
////////////////////////////////////////////////////////////////
// FALLBACK
////////////////////////////////////////////////////////////////

pop($llvm_AlwaysInline_llvm$_warmAddress(address()))

let evmGasLeft, isStatic, isCallerEVM := consumeEvmFrame()

Expand Down
2 changes: 0 additions & 2 deletions system-contracts/evm-emulator/EvmEmulator.template.yul
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ object "EvmEmulator" {
////////////////////////////////////////////////////////////////
// FALLBACK
////////////////////////////////////////////////////////////////

pop($llvm_AlwaysInline_llvm$_warmAddress(address()))

let evmGasLeft, isStatic, isCallerEVM := consumeEvmFrame()

Expand Down

0 comments on commit 26df944

Please sign in to comment.