Skip to main content

Module jit_evm

Module jit_evm 

Source
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 ๐Ÿ”’