rust/compiler/rustc_middle
SparrowLii 7149bbcdc5 Eliminate duplication of RPO calculation for mir
add `postorder_cache` to mir Body

add `ReversePostorderCache` struct

correct struct name and comments
2022-04-30 03:42:57 +08:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Eliminate duplication of RPO calculation for mir 2022-04-30 03:42:57 +08:00
Cargo.toml Propagate parallel_compiler feature through rustc crates. Turned off feature gives change of builded crates: 238 -> 224. 2022-03-28 08:41:12 +03:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.