pub fn run_jit(
backend: &JitBackend,
cfg: &CfgEnv,
block: &BlockEnv,
tx: &TxEnv,
cache_state: &CacheState,
) -> ExecutionSnapshotExpand description
Run a single test case with JIT-compiled functions, returning an execution snapshot.