|
|
|
|
|
by ori_b
2530 days ago
|
|
> i assume the primary use case is to speed up compilation and create smaller binary sizes? LLVM is going to be much slower than the Go toolchain. It may produce smaller binaries, but mainly through dropping the bulk of the runtime on the floor. The main thing that LLVM does is (apparently) reduce the stack usage. But it does support the CPUs that the author wants to target out of the box. |
|