|
|
|
|
|
by flohofwoe
1046 days ago
|
|
TBF, Zig with the LLVM backend may be faster than C or C++ compiled with Clang out of the box just because Zig uses more fine-tuned default compilation options. That's true even for C or C++ code compiled with 'zig cc'. But apart from that the performance should be pretty much identical, after all it's LLVM that does the heavy lifting. |
|
And was you point out, at the end of the day it is the same LLVM IR.