Function tvix_eval::compiler::optimiser::optimise_expr
source ยท pub(super) fn optimise_expr(
c: &mut Compiler<'_, '_>,
slot: LocalIdx,
expr: Expr,
) -> Expr
Expand description
Optimise the given expression where possible.