Tiny C Compiler
3 months ago
- #Open Source
- #C Compiler
- #Programming
- Tiny C Compiler (TCC) is a small, fast, and unlimited C compiler that can compile and execute C code anywhere, including on rescue disks.
- TCC is about 9 times faster than GCC, as demonstrated by compiling the Links Browser project.
- Features include full ISOC99 compliance, optional memory and bound checker, direct C source execution without linking, and support for C scripts.
- TCC can be used as a backend for dynamic code generation with libtcc.
- The compiler is distributed under the GNU Lesser General Public License, with Fabrice Bellard as the copyright holder (2001-2018).
- Users are encouraged to report bugs to the mailing list and contribute to the project.