tinygo/compiler/llvmutil
Jaden Weiss 2ca0f0d0c6 compiler/llvmutil: move constant pointer packs into constant globals
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.
2020-02-24 23:27:04 +01:00
..
llvm.go compiler: refactor func lowering to the transform package 2019-12-04 22:19:49 +01:00
wordpack.go compiler/llvmutil: move constant pointer packs into constant globals 2020-02-24 23:27:04 +01:00