-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Describe lifetime of call argument temporaries passed indirectly #138489
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
base: master
Are you sure you want to change the base?
Conversation
Some changes occurred in compiler/rustc_codegen_ssa |
5e8a92c
to
dad5f19
Compare
dad5f19
to
653bbb9
Compare
r? codegen |
I wonder |
This comment has been minimized.
This comment has been minimized.
Describe lifetime of call argument temporaries passed indirectly Fixes rust-lang#132014.
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (9f0b7ad): comparison URL. Overall result: no relevant changes - no action neededBenchmarking 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 Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 1.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: missing data |
Cool. I was just checking for regressions in other cases. |
err, sorry for not kicking this back properly. @bors author |
... |
Reminder, once the PR becomes ready for a review, use |
653bbb9
to
ed3d6c5
Compare
@rustbot ready |
Fixes #132014.