mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
c911e08514
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`