Skip to main content

compile_straightline_with

Function compile_straightline_with 

Source
pub fn compile_straightline_with(
    ops: &[MicroOp],
    shared_status: Option<Arc<AtomicI64>>,
) -> Result<CompiledChain, JitCompileError>
Expand description

compile_straightline with a caller-supplied (per-program) status cell, so every chain of one program — and the call stencils between them — share a single side-exit channel. The cell’s address is what MicroOp::Call::status_addr must carry.