Skip to content
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

synthesize_auto_trait_impls is incredibly slow rn, replace with proof tree visitor #157

Open
lcnr opened this issue Jan 29, 2025 · 0 comments

Comments

@lcnr
Copy link
Contributor

lcnr commented Jan 29, 2025

see the perf run in rust-lang/rust#133502 (comment)

the current approach seems to have some exponential blowup here. it may also simply trigger some exponential part of the trait solver itself, so we may need to fix these separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: unknown
Development

No branches or pull requests

1 participant