-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
lazily reveal opaque types during ctfe in typeck #102657
Conversation
e0053f6
to
9f0147b
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 9f0147b3322caa1458d1b18d3131565dc8cb4e56 with merge 4f82b8341b3d3e2d0102a70d4c76a13fa7570528... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Queued 4f82b8341b3d3e2d0102a70d4c76a13fa7570528 with parent ead49f0, future comparison URL. |
Finished benchmarking commit (4f82b8341b3d3e2d0102a70d4c76a13fa7570528): 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 Warning ⚠: The following benchmark(s) failed to build:
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.
Footnotes |
7683928
to
64708cf
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #101632) made this pull request unmergeable. Please resolve the merge conflicts. |
closing as the maintenance cost of this approach feels too high. Laid out my reasoning in https://hackmd.io/@lcnr/BkNePDPlo and intend to open a pr in the near future adding tests and removing some of the |
implements the idea mentioned in #101478 (comment)
r? @oli-obk