Skip to main content

Module backend

Module backend 

Source
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§

InterpBackend
The default safe interpreter backend.

Traits§

Backend
A backend builds a runnable program from lowered IR.