Skip to main content

run_jit

Function run_jit 

Source
pub fn run_jit(
    compiled: &CompiledContracts,
    cache: &CompileCache,
    spec_id: SpecId,
    cfg: &CfgEnv,
    block: &BlockEnv,
    tx: &TxEnv,
    cache_state: &CacheState,
) -> ExecutionSnapshot
Expand description

Run a single test case with JIT-compiled functions, returning an execution snapshot.