tvix_eval::compiler::optimiser

Function optimise_expr

source
pub(super) fn optimise_expr(
    c: &mut Compiler<'_, '_>,
    slot: LocalIdx,
    expr: Expr,
) -> Expr
Expand description

Optimise the given expression where possible.