Skip to main content

run_compiled_trace

Function run_compiled_trace 

Source
pub fn run_compiled_trace(
    entry: JitEntry,
    slots: &mut [i64],
    pc: u32,
    budget: u32,
    function: u32,
    register_count: u32,
) -> JitReturn
Available on crate feature jit only.
Expand description

Run a compiled trace against the shadow slot table.