Conversation
|
Some changes occurred in compiler/rustc_hir/src/attrs cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_attr_parsing |
| return false; | ||
| }; | ||
| let hir_id = self.fcx.tcx.local_def_id_to_hir_id(local_def_id); | ||
| let attrs = self.fcx.tcx.hir_attrs(hir_id); |
There was a problem hiding this comment.
The old code ran this query only one time, the new code runs it multiple times, lets see if that matters
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
attribute cleanup: rustc_confusables
|
@bors delegate |
|
✌️ @mejrs, you can now approve this pull request! If @JonathanBrouwer told you to " |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (66dc2b0): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 9.6%, secondary 1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 489.936s -> 490.673s (0.15%) |
|
@bors r+ rollup |
r? @jdonszelmann