Files
tinygo/compiler
Ayke van Laethem 134de98ba5 compiler, runtime: optimize zero-sized allocations
Instead of referring to an unused global, use a constant value. This is
safe even when using `-gc=none` (since no actual memory gets allocated)
which wasn't the case before. It should also reduce binary size by a few
bytes for most programs.
2026-06-25 21:09:43 +02:00
..
2025-02-25 14:41:42 +01:00
2026-06-25 21:09:43 +02:00
2021-09-27 15:47:12 +02:00
2023-10-01 18:32:15 +02:00
2026-06-25 21:09:43 +02:00