Available on crate feature
evm only.Expand description
Generic revm JIT EVM.
Provides JitEvm which wraps any [EvmTr]-based EVM and overrides
frame_run to dispatch to JIT-compiled functions by code hash,
falling back to the interpreter for unknown contracts.
Structsยง
- JitEvm
- Wrapper around any [
EvmTr] that overrides [EvmTr::frame_run] to dispatch to JIT-compiled functions by code hash, falling back to the interpreter.
Functionsยง
- inspect_
selfdestruct ๐ - no_miss ๐