Files
rust/compiler/rustc_query_system/src/query
Mark Rousskov 127373822e Remove built-in cache_hit tracking
This was already only enabled in debug_assertions builds. Generally, it seems
like most use cases that would use this could also use the -Zself-profile flag
which also tracks cache hits (in all builds), and so the extra cfg's and such
are not really necessary.

This is largely just a small cleanup though, which primarily is intended to make
other changes easier by avoiding the need to deal with this field.
2021-10-11 16:33:49 -04:00
..
2021-05-02 12:25:48 -04:00
2021-10-11 16:33:49 -04:00
2020-08-30 18:45:07 +03:00

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