back

by wglb·17y ago·view on hn ↗
Any feeling why llvm gets the call over pcc? Certainly a lot of energy going into llvm.
1 comments
LLVM is designed to make fast machine code. PCC is designed to make reasonable machine code in a way that's easier to verify as being correct. They address two different issues.

Also, LLVM has backing from Apple. That helps.