-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Only tag data if debug assertions are enabled. #95850
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
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 3154b78 with merge 8c1825bc6181da5cf5150a4caa5def113f1fb3da... |
☀️ Try build successful - checks-actions |
Queued 8c1825bc6181da5cf5150a4caa5def113f1fb3da with parent fbdb10f, future comparison URL. |
Finished benchmarking commit (8c1825bc6181da5cf5150a4caa5def113f1fb3da): comparison url. Summary:
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 |
I'm not really sure that losing the capability is worth it, but at the same time I don't remember ever seeing an ICE triggered by this. r? rust-lang/compiler |
Do I understand correctly that rustc will handle the different encodings correctly and evict the cache properly when running two rustc builds from the same commit, one with debug assertions enabled and another with them disabled? |
Switching to waiting on author to incorporate changes (see previous comment). Feel free to request a review when ready, thanks! @rustbot author |
@cjgillot FYI: when a PR is ready for review, send a message containing |
r? @ghost