rust/compiler/rustc_mir_build
Nadrieril db9a8480c4 Simplify specialize_constructor
Also removes the ugly caching that was introduced in #76918. It was
bolted on without deeper knowledge of the workings of the algorithm.
This commit manages to be more performant without any of the complexity.
It should be better on representative workloads too.
2020-10-27 03:08:38 +00:00
..
src Simplify specialize_constructor 2020-10-27 03:08:38 +00:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00