rust/compiler/rustc_data_structures
bors d1206f950f Auto merge of #81855 - cjgillot:ensure-cache, r=oli-obk
Check the result cache before the DepGraph when ensuring queries

Split out of https://github.com/rust-lang/rust/pull/70951

Calling `ensure` on already forced queries is a common operation.
Looking at the results cache first is faster than checking the DepGraph for a green node.
2021-02-15 12:11:59 +00:00
..
src Separate the query cache from the query state. 2021-02-13 21:14:58 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00