Y
Hacker News
new
|
ask
|
show
|
jobs
by
coliveira
5774 days ago
An interesting thing about tcc is how fast it is compared to gcc. If you can use it, that might be a great advantage in development times.
1 comments
imurray
5774 days ago
That's precisely why I sometimes use it. And that running code through another compiler can sometimes highlight issues that went previously unnoticed.
link