-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
inline(always) on check_recursion_limit #88962
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit b76b2c2 with merge 3d66748e5a10de468e3530099450e33554ed5bb8... |
☀️ Try build successful - checks-actions |
Queued 3d66748e5a10de468e3530099450e33554ed5bb8 with parent cdeba02, future comparison URL. |
Finished benchmarking commit (3d66748e5a10de468e3530099450e33554ed5bb8): comparison url. Summary: This benchmark run did not return any relevant changes. 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 led to changes in compiler perf. @bors rollup=never |
📌 Commit b76b2c2 has been approved by |
☀️ Test successful - checks-actions |
r? @oli-obk
#88558 caused a regression, this PR adds
#[inline(always)]
tocheck_recursion_limit
, a possible suspect of that regression.