Skip to main content

optimizations_fired_run

Function optimizations_fired_run 

Source
pub fn optimizations_fired_run(source: &str) -> Vec<&'static str>
Expand description

The optimizations that fired on the RUN path — the VM/interpreter optimizer (optimize_for_run) — for source. The run-path analogue of optimizations_fired (which traces the AOT codegen path); it surfaces the run-path-only passes — inlining, loop-carried CSE, float strength reduction — the AOT trace cannot see. Respects file-level ## No <opt> decorators.