Skip to main content

Module path

Module path 

Source
Expand description

Execution-path tags (bitmask) recording where an optimization applies.

Constantsยง

AOT
Ahead-of-time Rust codegen pipeline (optimize_program).
CODEGEN
Rust source emission (codegen_program).
JIT
Forge JIT tier.
RUN
Live run-path optimizer (optimize_for_run).
VM
Bytecode VM.