Y
Hacker News
new
|
ask
|
show
|
jobs
by
sigsev_251
872 days ago
Michaelforney has also built croc [1], a qbe based C compiler. Really impressive!
[1]:
https://github.com/michaelforney/cproc
1 comments
Koshkin
872 days ago
Not as "impressive" as TCC, I'd say. Why? TCC has its own backend, and it has the preprocessor built in. (But QBE is indeed impressive.)
link
trealira
861 days ago
The assembly generated by cproc is more efficient than that generated by TCC, which is not great.
link
rice7th
870 days ago
Yes but cproc supports c11
link