Function optimizations_fired_with
pub fn optimizations_fired_with(
source: &str,
cfg: &OptimizationConfig,
) -> Vec<&'static str>Expand description
The optimizations that fired for source under an explicit config — re-traces
an arbitrary toggle state (turning some off can make others fire). Realised by
disabling that config’s off-keywords on the source, then tracing.