|
|
|
|
|
by apta
2472 days ago
|
|
> it's still much slower than the Go compiler toolchain The kinds of optimizations LLVM does is way beyond anything golang does. Golang doesn't even optimize passing function parameters in registers, let alone the advanced optimization techniques LLVM and GCC do. |
|