Skip to main content

Module revm_evm

Module revm_evm 

Source
Expand description

Generic revm JIT EVM.

Provides JitEvm which wraps any mainnet-shaped [EvmTr]-based EVM and overrides execution to look up compiled functions via JitBackend before falling back to the interpreter.

Structs§

JitEvm
Mainnet EVM with JIT-compiled function dispatch.

Functions§

inspect_selfdestruct 🔒