]> git.lizzy.rs Git - rust.git/commit
Don't inline query_cache_hit to reduce code size of the query hot path.
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 31 Jan 2023 17:15:42 +0000 (18:15 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Mon, 6 Feb 2023 12:52:17 +0000 (13:52 +0100)
commite60ccfc6a9e91a7b26f368c9fee40bd22831450f
tree2e691eb497ddb830a832213d421bbc873474cd20
parente7813fee92c56621d08e8dbe83948d9f4a30a9ec
Don't inline query_cache_hit to reduce code size of the query hot path.
compiler/rustc_data_structures/src/profiling.rs
compiler/rustc_query_system/src/query/plumbing.rs