-
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
Encode lifetime param spans too #110469
Encode lifetime param spans too #110469
Conversation
r? @oli-obk (rustbot has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 9164c1c8de87c4a807f076c7e7bedded0ff18ae7 with merge 1579cc65b509c4475b182c2694fc456907c7e12e... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (1579cc65b509c4475b182c2694fc456907c7e12e): comparison URL. Overall result: ❌✅ regressions and improvements - 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)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.
CyclesResultsThis 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.
|
Oof, that's rough. |
cc @petrochenkov and @cjgillot -- this did end up being perf-negative. Thoughts? I guess we have two choices here:
|
T-compiler will revisit beta backport next week, after the perf. run is triaged notes on Zulip |
@bors r+ The "regression" is only a reduction of the perf improvement introduced by the PR that introduced the bug: #109765 (comment) |
📌 Commit 9164c1c8de87c4a807f076c7e7bedded0ff18ae7 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 9164c1c8de87c4a807f076c7e7bedded0ff18ae7 with merge b46499519e5a53d7c354265f2a77e8f91aebf810... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
9164c1c
to
24c2c07
Compare
rebase caused some formatting change lol @bors r=oli-obk |
☀️ Test successful - checks-actions |
Finished benchmarking commit (37b22cf): 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.
CyclesResultsThis 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.
|
This comment justifies the regressions. @rustbot label: +perf-regression-triaged |
[beta] backport This PR backports: - Encode def span for ConstParam rust-lang#110425 - Update to LLVM 16.0.2 rust-lang#110535 - Encode lifetime param spans too rust-lang#110469 - make sysroot finding compatible with multiarch systems rust-lang#110281 - Update awscli rust-lang#110952 - Temporarily disable the jobserver-error test rust-lang#110361 Also bumps us to the latest released stable, 1.69.0. r? `@cuviper`
Fixes #110464
Fixes #110591