tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Fix compiler slowdown introduced by #3920

Open aykevl opened this issue 1 year ago • 0 comments

https://github.com/tinygo-org/tinygo/pull/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.

aykevl avatar Sep 21 '23 20:09 aykevl