tcc is a relatively small C compiler, but it implements most of ISO C99 and 
it's very fast to compile, so fast that people use it as a REPL. But of course 
because it's fast to compile - it does much less optimizations :) 
<https://bellard.org/tcc>/

Also it didn't get any updates in a few years

Reply via email to