mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
152caa3b0a
This is a useful optimization for targets with the portable garbage collector. It isn't as big as you might guess but it does optimize functions inside the garbage collector itself (which obviously should not allocate). WebAssembly output in one test is about 1% smaller.