-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary impl sorting in queries and metadata #120812
Conversation
This comment has been minimized.
This comment has been minimized.
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
I need to check something before approving. I'll get back to you some time next week. |
3d4ac9f
to
a4ef7c4
Compare
This comment has been minimized.
This comment has been minimized.
will fix later |
☔ The latest upstream changes (presumably #121489) made this pull request unmergeable. Please resolve the merge conflicts. |
a4ef7c4
to
491d1c5
Compare
This comment has been minimized.
This comment has been minimized.
491d1c5
to
8b57098
Compare
@cjgillot: Did you have an opportunity to investigate this? |
☔ The latest upstream changes (presumably #124558) made this pull request unmergeable. Please resolve the merge conflicts. |
Hi @cjgillot, just wanted to see if you had any more feedback for @compiler-errors 🙂 |
r? rust-lang/compiler |
TaKO8Ki hasn't reviewed code for a month, and also I don't believe they're familiar with metadata encoding. I'm going to preemptively re-roll. r? compiler |
r=me after rebase. We discussed this on zulip previously where i looked into the code. I am fairly confident that they are already sorted and this can always be reverted/solved differently going forward |
This reverts commit 540be28.
8b57098
to
e0ba193
Compare
@bors r=lcnr rollup=never |
Remove unnecessary impl sorting in queries and metadata Removes unnecessary impl sorting because queries already return their keys in HIR definition order: rust-lang#120371 (comment) r? `@cjgillot` or `@lcnr` -- unless I totally misunderstood what was being asked for here? 😆 fixes rust-lang#120371
@bors retry -- yielding to stable release |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0f8534e): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (secondary 4.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -1.4%, secondary -3.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 772.021s -> 771.951s (-0.01%) |
Remove unnecessary impl sorting in queries and metadata Removes unnecessary impl sorting because queries already return their keys in HIR definition order: rust-lang#120371 (comment) r? `@cjgillot` or `@lcnr` -- unless I totally misunderstood what was being asked for here? 😆 fixes rust-lang#120371
Removes unnecessary impl sorting because queries already return their keys in HIR definition order: #120371 (comment)
r? @cjgillot or @lcnr -- unless I totally misunderstood what was being asked for here? 😆
fixes #120371