rust/compiler/rustc_query_impl
Mark Rousskov a1d7367429 Move iter_results to dyn FnMut rather than a generic
This means that we're no longer generating the iteration/locking code for each
invocation site of iter_results, rather just once per query.

This is a 15% win in instruction counts when compiling the rustc_query_impl crate.
2021-04-29 17:26:46 -04:00
..
src Move iter_results to dyn FnMut rather than a generic 2021-04-29 17:26:46 -04:00
Cargo.toml Update to rustc-rayon 0.3.1 2021-03-10 17:53:35 -08:00