-
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
Rollup of 10 pull requests #106573
Rollup of 10 pull requests #106573
Conversation
The test process-panic-after-fork.rs was checking that abort() resulted in SIGSEGV on Android. This non-standard behavior was fixed back in 2013, so let's fix the test to also accept the standard behavior on Android.
WIP - replacing span_invalid_monomorphization_error function. Still in progress due to its use in codegen_llvm inside macros
UPDATE - migrate constant span_bug to translatable diagnostic.
@bors r+ rollup=never p=10 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: ee0412d1ef In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e5d46a5): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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. |
Nothing really jumps out here as the most likely possibility of a regression. I think the following are possible (in rough order of likelihood):
I'll go through them and see if we can find the culprit. @rust-timer build a6e41579df479fc55ec1cddab0bd3202f5eb7b8a |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (a6e41579df479fc55ec1cddab0bd3202f5eb7b8a): 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. CyclesThis benchmark run did not return any relevant results for this metric. |
@rust-timer build f138838c2a5362ba79be51df5ff18845d94c2c4d |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (f138838c2a5362ba79be51df5ff18845d94c2c4d): comparison URL. Overall result: ❌ regressions - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
It looks like #101936 is the reason for the performance regression. cc @IntQuant @compiler-errors @davidtwco |
Marking this as triaged and tagging #101936 instead with perf-regression. |
Successful merges:
codegen_ssa
to diagnostics structs - [Part 3] #104543 (Migratecodegen_ssa
to diagnostics structs - [Part 3])Vec -> VecDeque
conversion guarantee #105128 (Add O(1)Vec -> VecDeque
conversion guarantee)HashSet::retain
doctest more clear #106553 (docs: makeHashSet::retain
doctest more clear).content { margin-left: 0 }
#106556 (rustdoc: remove no-op mobile CSS.content { margin-left: 0 }
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup