-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Use DepKind
instead of &'static str
in QueryStackFrame
#105550
Conversation
r? @nagisa (rustbot has picked a reviewer for you, use r? to override) |
r? @Nilstrieb |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
(GitHub... 💢) |
DepKind
instead of &'static str
in QueryStackFrame
DepKind
instead of &'static str
in QueryStackFrame
@rustbot review |
r=me unless you want another review from nils :) @bors delegate=gimbles rollup=never (perf sensitive) |
✌️ @gimbles can now approve this pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good, a few small improvements, r=me with them (or r=jyn514, i leave that to you).
One other thing that could be changed is to use K
instead of D
for the generic because that's we use already but this would conflict with a "key" generic in one place so it's fine if you leave it like this imo, I (or you if you want) can change it as a follow-up.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r+ |
@bors r=Nilstrieb |
💡 This pull request was already approved, no need to approve it again.
|
☀️ Test successful - checks-actions |
Finished benchmarking commit (c2ff8ad): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Filtering out One interesting case is that |
@rustbot label: +perf-regression-triaged |
Use `DepKind` instead of `&'static str` in `QueryStackFrame` `@rustbot` author Fixes rust-lang#105168
@rustbot author
Fixes #105168