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§

CompilationEvent
Event emitted after a compilation attempt completes.
CompileTimings
Per-phase timing breakdown from a compilation.
JitBackend
JIT compilation backend with O(1) compiled-function lookup.
RethEvmFactory
Reth EVM factory.
RevmcMetricsjit
Prometheus metrics for revmc JIT runtime stats.
RuntimeConfig
Runtime configuration.
RuntimeStatsSnapshot
A point-in-time snapshot of runtime stats.
RuntimeTuning
Tuning knobs for the runtime.

Enums§

CompilationKind
The kind of compilation that was performed.
JitMode
Where JIT compilation work runs.

Functions§

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