Skip to content

Fix compiler slowdown introduced by #3920 #3925

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

Open
aykevl opened this issue Sep 21, 2023 · 0 comments
Open

Fix compiler slowdown introduced by #3920 #3925

aykevl opened this issue Sep 21, 2023 · 0 comments
Labels
core enhancement New feature or request

Comments

@aykevl
Copy link
Member

aykevl commented Sep 21, 2023

#3920 resulted in a big slowdown in compile speed because 1) it does more work than needed (some Go SSA is built that doesn't need to be built), and 2) none of it is parallelized.
This really should be fixed.

@deadprogram deadprogram added enhancement New feature or request core labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants