Files
tinygo/builder
Ayke van Laethem d7b7583e83 compiler: refactor when the optsize attribute is set
This commit has a few related changes:

  * It sets the optsize attribute immediately in the compiler instead of
    adding it to each function afterwards in a loop. This seems to me
    like the more appropriate way to do it.
  * It centralizes setting the optsize attribute in the transform
    package, to make later changes easier.
  * It sets the optsize in a few more places: to runtime.initAll and to
    WebAssembly i64 wrappers.

This commit does not affect the binary size of any of the smoke tests,
so should be risk-free.
2021-11-03 13:40:13 +01:00
..
2020-04-09 20:23:51 +02:00
2021-09-16 20:13:04 +02:00
2021-09-17 22:22:27 +02:00
2021-09-17 22:22:27 +02:00
2020-04-09 20:23:51 +02:00
2021-10-31 10:44:17 +01:00
2021-09-27 15:47:12 +02:00