Skip to content

Commit

Permalink
Auto merge of rust-lang#119771 - oli-obk:random_experiment_12, r=<try>
Browse files Browse the repository at this point in the history
Try caching the collect_and_partition_mono_items query

r? `@ghost`

an experiment to debug some performance issues encountered in rust-lang#112879
  • Loading branch information
bors committed Jan 9, 2024
2 parents be00c5a + f40bd84 commit 970c04e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_middle/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,6 @@ rustc_queries! {
}

query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) {
eval_always
desc { "collect_and_partition_mono_items" }
}

Expand Down

0 comments on commit 970c04e

Please sign in to comment.