mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-30 00:28:41 +00:00
2ca0f0d0c6
This adds an optimization to EmitPointerPack when all values are constants. The values are stored in a constant global instead of on the heap. This eliminates a heap allocation, and can reduce binary size.