pub fn force_compile(
ctx: &mut JitContext,
chunk: &Chunk,
key: TraceKey,
) -> Result<(), CompileError>Available on crate feature
jit only.Expand description
Force-compile a trace (tests / benchmarks).
pub fn force_compile(
ctx: &mut JitContext,
chunk: &Chunk,
key: TraceKey,
) -> Result<(), CompileError>jit only.Force-compile a trace (tests / benchmarks).