-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 commit_unconditionally
#99509
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit b81e74c with merge b33c47c614d06d8fff16bf03468f45661920b716... |
☀️ Try build successful - checks-actions |
Queued b33c47c614d06d8fff16bf03468f45661920b716 with parent a7468c6, future comparison URL. |
Finished benchmarking commit (b33c47c614d06d8fff16bf03468f45661920b716): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 Footnotes |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b759b2e): comparison url. Instruction count
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. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
commit_unconditionally
is a noop unless we somehow inspect the current state of our snapshot. The only thing which does that is the leak check which was only used in one place wherecommit_if_ok
is probably at least as, or even more, correct.r? rust-lang/types