rust/compiler/rustc_query_system/src
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
..
dep_graph Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
query Move iter_results to dyn FnMut rather than a generic 2021-04-29 17:26:46 -04:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00