Comment on C-code generation considered unnecessary: go directly to binary, do not pass CComments−compressedgas1yThey don't go directly to binary. They go to LLVM bypassing the C front end.−jeffbee1yIt's all equivalent to me. C is code that targets the C "abstract machine". LLVM IR targets an "abstract machine". "Binary" also targets a abstract machine that may happen to have a hardware implementation.
Comments
They don't go directly to binary. They go to LLVM bypassing the C front end.
It's all equivalent to me. C is code that targets the C "abstract machine". LLVM IR targets an "abstract machine". "Binary" also targets a abstract machine that may happen to have a hardware implementation.