-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
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 |
Thanks! @bors r+ |
…gjubilee Describe lifetime of call argument temporaries passed indirectly Fixes rust-lang#132014.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
ed3d6c5
to
3b7ca28
Compare
Configured opt-level in align-byval-alignment-mismatch test to avoid differences from bootstrap's optimize-tests option. |
uff @bors r+ |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 9f8929f (parent) -> 46264e6 (this PR) Test differencesShow 4 test diffsStage 1
Stage 2
Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 46264e6dfd8f0bacae05c520b4617e054d6ef990 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (46264e6): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary 1.6%)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 776.208s -> 776.159s (-0.01%) |
Fixes #132014.