mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

make mir dataflow graphviz dumps opt-in This should save some MIR traversals and allocations that are not really needed. Small win but noticeable locally. Let's see what LTO/PGO say. r? `@ghost`