You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: