Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Compilation pipeline for a single function.

Analogous to TS Pipeline.ts (compileFnrunrunWithEnvironment). 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.