Y
Hacker News
new
|
ask
|
show
|
jobs
by
compressedgas
498 days ago
They don't go directly to binary. They go to LLVM bypassing the C front end.
1 comments
jeffbee
498 days ago
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.
link