-
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
[WIP] Do not make local copies of inline(always) fns in debug mode #76889
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 7ddcdd2431be8bd226fd806d3364c61e422a9512 with merge 27353323388ee6b69b9bba1ec551b0de67e79098... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 27353323388ee6b69b9bba1ec551b0de67e79098 with parent fdc3405, future comparison URL. |
Finished benchmarking try commit (27353323388ee6b69b9bba1ec551b0de67e79098): 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 |
4bf6df8
to
f0e2988
Compare
f0e2988
to
e747d6b
Compare
Closing in favor of #76896 |
…idtwco,wesleywiser Do not make local copies of inline fns in debug mode r? `@wesleywiser` cc `@rust-lang/wg-incr-comp` If this is correct it supersedes rust-lang#76889 Related to rust-lang#54089
r? @wesleywiser
cc @rust-lang/wg-incr-comp