-
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
Major async/await compiler performance regression #67706
Comments
Seems like the most prudent course of action is to create a revert PR for #65244 to see if perf is regained. |
I wouldn't be opposed to such a course. Not sure if I'll have the time to do so for a day or two, though. |
Testing a revert in #67768 |
Looks like #65244 is the cause. |
triage: P-high; leaving nominated for discussion at meeting (namely discussion of revert) |
I guess I should re-open my revert then? |
Yes, please do, and I (or someone else) can review it, I think, fairly quickly. |
Fixed in #67768. |
Something in #67670 caused a major performance regression. Query that regressed is normalize_ty_after_erasing_regions, but not sure if that means much. I suspect that #65244 is the PR responsible, but have no proof.
The text was updated successfully, but these errors were encountered: