This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e413ff3
committed
Auto merge of rust-lang#138772 - oli-obk:no_hash_hir_crate, r=<try>
Avoid hashing the hir_crate query
related reading: rust-lang#94852
Basically I want to move the crate hashing to the `crate_hash` query and make it work off `hir_crate_items` instead of `hir_crate`. So this is a step towards that, if perf allows it.
r? `@ghost`File tree
2 files changed
+2
-8
lines changed- compiler
- rustc_hir/src
- rustc_middle/src/query
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 114 | | |
122 | 115 | | |
123 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments