Categories

Visit BadVista.org Visit PlayOgg.org Visit DefectiveByDesign.org

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


User level: Submit a level

User Rating:

Homepage

License(s) :

LGPLv2orlater

Rate it!

 

About

Leadership
Related Projects

GCC

Versions

0.9.22

0.9.22 beta released 2004-11-08

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
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2008 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.