rust/compiler/rustc_query_impl/src
bors 341d8b8a2c Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
Use an IndexVec to cache queries with index-like key

Revival of an old idea. Let's see if it has more effect.

r? `@ghost`
2022-11-24 06:32:23 +00:00
..
lib.rs Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki 2022-11-24 06:32:23 +00:00
on_disk_cache.rs Make AbsoluteBytePos a u64. 2022-11-08 18:47:26 +00:00
plumbing.rs Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki 2022-11-24 06:32:23 +00:00
profiling_support.rs Remove one lifetime from QueryKeyStringBuilder 2022-11-06 13:10:35 +01:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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