Categories
Tiny C Compiler
TCC (Tiny C Compiler) is small, fast, unlimited, and safe. You can compile and execute C code everywhere (e.g., on rescue disks). It generates optimized x86 code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It includes an optional memory and bounds checker, and bounds-checked code can be mixed freely with standard code. C script is also supported--just add '#!/usr/bin/tcc' at the first line of your C source, and execute it directly from the command line.
Last updated 11 May, 2005
Versions
0.9.22
0.9.22 beta released 2004-11-08
- Released: 8 Nov, 2004
- Code Maturity: Beta
- Source Archive: http://fabrice.bellard.free.fr/tcc/tcc-0.9.22.t...
- Licenses: LGPLv2orlater
- Interfaces: Command Line
User Community and Support
User guide included and available in HTML format from Http://fabrice.bellard.free.fr/tcc/tcc-doc.html
General Resources
Development
Developer Resources
- VCS Checkout Command:
-d:ext:anoncvs@savannah.nongnu.org:/cvsroot/tinycc co tinycc - VCS Repository Webview



