-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Make allocator_kind a query. #85909
Make allocator_kind a query. #85909
Conversation
Some changes occured to rustc_codegen_cranelift cc @bjorn3 |
Let's be prudent this time. |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 3a493f62b7a18de3440c1154e2deaa372044e418 with merge b114126504443321b47bdcfff7ea2fa23f2b8bfe... |
☀️ Try build successful - checks-actions |
Queued b114126504443321b47bdcfff7ea2fa23f2b8bfe with parent 7f9ab03, future comparison URL. |
Finished benchmarking try commit (b114126504443321b47bdcfff7ea2fa23f2b8bfe): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
@bors r+ |
📌 Commit 3a493f62b7a18de3440c1154e2deaa372044e418 has been approved by |
☔ The latest upstream changes (presumably #85908) made this pull request unmergeable. Please resolve the merge conflicts. |
3a493f6
to
21abf69
Compare
Rebased |
📌 Commit 21abf69ec24a4ecb0c494f310cacab312be196de has been approved by |
Perf run was before rebase, so something can be broken again. |
Last perf run was done on top of #85886. None of the more recently merged PRs involve |
⌛ Testing commit 21abf69ec24a4ecb0c494f310cacab312be196de with merge 08ae0ac8831ed767b006ee8c371bc7901024be92... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Mixed improvements up to 0.5% and regressions up to 0.3%. |
@cjgillot: Can you resolve the merge conflicts? |
e74c598
to
cbdfbdd
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit cbdfbdd with merge 361827ed97640f3f9422b917c9e8338cd14da838... |
☀️ Try build successful - checks-actions |
Queued 361827ed97640f3f9422b917c9e8338cd14da838 with parent 75d1500, future comparison URL. |
Finished benchmarking try commit (361827ed97640f3f9422b917c9e8338cd14da838): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
The performance regresions are quite small.. @bors r+ |
📌 Commit cbdfbdd has been approved by |
☀️ Test successful - checks-actions |
Make allocator_kind a query. Part of rust-lang#85153 r? `@Aaron1011`
Part of #85153
r? @Aaron1011