Skip to main content

Module factory

Module factory 

Source
Expand description

revmc JIT compiler integration for EVM execution (requires the jit feature).

Re-exports types from revmc::alloy_evm and provides RethEvmFactory, a newtype that implements Debug.

Structs§

CompilationEventjit
Event emitted after a compilation attempt completes.
CompileTimingsjit
Per-phase timing breakdown from a compilation.
JitBackendjit
JIT compilation backend with O(1) compiled-function lookup.
RethEvmFactory
Reth EVM factory.
RevmcMetricsjit
Prometheus metrics for revmc JIT runtime stats.
RuntimeConfigjit
Runtime configuration.
RuntimeStatsSnapshotjit
A point-in-time snapshot of runtime stats.
RuntimeTuningjit
Tuning knobs for the runtime.

Enums§

CompilationKindjit
The kind of compilation that was performed.
JitModejit
Where JIT compilation work runs.

Functions§

maybe_run_jit_helperjit
Runs the out-of-process JIT helper if this process was launched as one.