TCC (Tiny C Compiler) is an extremely small (~100KB) and fast C compiler that can compile, assemble, and link code up to 9 times faster than GCC. It supports direct C source execution without linking, includes a memory and bound checker, offers C script support with shebang notation, and provides libtcc for dynamic code generation. The compiler aims for full ISO C99 compliance and is distributed under the GNU LGPL license.

2m read timeFrom bellard.org
Post cover image
Table of contents
NewsFeaturesDownloadCompilation SpeedOnline DocumentationYou want to help ?LinksLicense
168 Impressions