pub fn optimize(
pool: &ExprPool,
builtins: &BuiltinSymbols,
id: ExprId,
) -> ExprIdExpand description
Full local optimization run (spec §10.2): const_fold then cse. Used by the JIT compiler
before translating the DAG to bytecode.
pub fn optimize(
pool: &ExprPool,
builtins: &BuiltinSymbols,
id: ExprId,
) -> ExprIdFull local optimization run (spec §10.2): const_fold then cse. Used by the JIT compiler
before translating the DAG to bytecode.