pub fn run_compiled_trace(
entry: JitEntry,
slots: &mut [i64],
pc: u32,
budget: u32,
function: u32,
register_count: u32,
) -> JitReturnAvailable on crate feature
jit only.Expand description
Run a compiled trace against the shadow slot table.