rust/compiler/rustc_middle
Nicholas Nethercote f09b1facd0 Eliminate ObligationCauseData.
This makes `Obligation` two words bigger, but avoids allocating a lot of
the time.

I previously tried this in #73983 and it didn't help much, but local
timings look more promising now.
2021-12-20 09:29:20 +11:00
..
benches
src Eliminate ObligationCauseData. 2021-12-20 09:29:20 +11:00
Cargo.toml Store lowering outputs per owner. 2021-10-09 11:56:29 +02:00
README.md

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