pre-intern single-letter sym::[a-zA-Z]#152948
pre-intern single-letter sym::[a-zA-Z]#152948GrigorenkoPV wants to merge 2 commits intorust-lang:mainfrom
sym::[a-zA-Z]#152948Conversation
|
rustbot has assigned @jdonszelmann. Use Why was this reviewer chosen?The reviewer was selected based on:
|
compiler/rustc_span/src/symbol.rs
Outdated
| #[doc(inline)] | ||
| pub use super::sym_generated::*; | ||
|
|
||
| // use quite a lot in relation to C ABI |
There was a problem hiding this comment.
Eh, typo. Will fix later.
|
Not sure if I have enough rights, but let's try the magic spell @bors try @rust-timer queue |
|
@GrigorenkoPV: 🔑 Insufficient privileges: not in try users |
This comment has been minimized.
This comment has been minimized.
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
pre-intern single-letter `sym::[a-zA-Z]`
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
abcdef0 to
abcdef0
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (09623a8): comparison URL. Overall result: ❌✅ regressions and improvements - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in 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 (primary 2.0%, secondary -2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.1%, secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 482.582s -> 480.846s (-0.36%) |
|
The perf regression is most likely noise, so perf looks good |
|
Reminder, once the PR becomes ready for a review, use |
|
I simply blessed the tests. IDK if these changes are acceptable or should warrant more investigation. @rustbot ready |
|
I would like to at least understand why the stderrs changed, I don't see an obvious explanation for this |
this is more correct now, well, more consistent maybe is the better word, it seems like the suggestion broke ties between equally-similar candidates by picking the lowest symbol index, and |
There was a problem hiding this comment.
@bors r+ rollup=never
Rollup=never for performance
As suggested in #152624 (comment).
Needs a perf run I guess.