-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Branch Clause from Predicate #104846
The head ref may contain hidden characters: "santa-clauses-make-goals-early-christmas-\u{1F384}"
Branch Clause from Predicate #104846
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
7387f19
to
4f544d0
Compare
This comment has been minimized.
This comment has been minimized.
4f544d0
to
5be8469
Compare
This comment has been minimized.
This comment has been minimized.
5be8469
to
10f501a
Compare
This comment has been minimized.
This comment has been minimized.
10f501a
to
79281ed
Compare
79281ed
to
974e283
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors r+ p=1 bitrotty |
☀️ Test successful - checks-actions |
Finished benchmarking commit (051cab2): comparison URL. Overall result: ❌ regressions - 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)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
The diesel regression is
We should figure out what part of this PR caused this |
@rustbot label +perf-regression-triaged We're aware of this regression, and I've opened #105060 to track it. We would need to intern Clauses in order to make the memory used lower, comparisons (comparing references) faster and such. After @oli-obk lands some stuff he is doing, I'm going complete the thing by interning Clauses. |
…early-christmas-🎄, r=oli-obk Branch Clause from Predicate r? `@oli-obk` This is part of what's proposed in rust-lang/compiler-team#531
r? @oli-obk
This is part of what's proposed in rust-lang/compiler-team#531