Files
tinygo/compiler
Ayke van Laethem dc1ff80e10 compiler: remove SimpleDCE pass
The SimpleDCE pass was previously used to only compile the parts of the
program that were in use. However, lately the only real purpose has been
to speed up the compiler a bit by only compiling the necessary
functions.

This pass however is a problem for compiling (and caching) packages in
parallel. Therefore, this commit removes it as a preparatory step
towards that goal.
2021-03-21 11:51:35 +01:00
..
2021-01-24 15:39:15 +01:00
2021-01-24 15:39:15 +01:00
2021-03-21 11:51:35 +01:00
2021-01-24 15:39:15 +01:00
2021-03-21 11:51:35 +01:00