Comment on PicoC: a very small C interpreter for scriptingparentComments−coliveira16yAn 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.−imurray16yThat's precisely why I sometimes use it. And that running code through another compiler can sometimes highlight issues that went previously unnoticed.
Comments
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.
That's precisely why I sometimes use it. And that running code through another compiler can sometimes highlight issues that went previously unnoticed.