-
Notifications
You must be signed in to change notification settings - Fork 13.4k
MIR-Validate StorageLive. #108175
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
MIR-Validate StorageLive. #108175
Conversation
r? @wesleywiser (rustbot has picked a reviewer for you, use r? to override) |
@bors try |
⌛ Trying commit 81ebbfa7113eb2dce2a68064061dbcdb8522734a with merge 47a7405fd6f67fc959d6d12979f06fb1b5dcafac... |
☀️ Try build successful - checks-actions |
I assume we want a perf run: @rust-timer build 47a7405fd6f67fc959d6d12979f06fb1b5dcafac |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (47a7405fd6f67fc959d6d12979f06fb1b5dcafac): comparison URL. Overall result: no relevant changes - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis benchmark run did not return any relevant results for this metric. 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. |
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.
r=me with @tmiasko's suggestion applied
81ebbfa
to
bf46b9c
Compare
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (7d782b7): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
@rustbot label: perf-regression-triaged |
StorageLive
statements on a local which already has storage is banned by miri.This check is easy enough, and can detect bugs in MIR opts.