Expand description
Compilation backends: turn IR into a runnable RillProgram.
Modules§
- interp
- IR evaluators: the reference per-sample interpreter and the hybrid block/sample executor.
Structs§
- Interp
Backend - The default safe interpreter backend.
Traits§
- Backend
- A backend builds a runnable program from lowered IR.