pub fn compile_straightline_pinned_with(
ops: &[MicroOp],
pins: &[u16],
shared_status: Option<Arc<AtomicI64>>,
) -> Result<CompiledChain, JitCompileError>Expand description
compile_straightline_pinned with a SHARED status cell (the function
tier’s deopt/call seam). Integer/bool slots only — no XMM float pins.