mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +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.