Expand description
Compilation pipeline for a single function.
Analogous to TS Pipeline.ts (compileFn → run → runWithEnvironment).
Currently runs BuildHIR (lowering) and PruneMaybeThrows.
Functions§
- compile_
fn - Run the compilation pipeline on a single function.
- compile_
outlined_ fn - Compile an outlined function’s codegen AST through the full pipeline.