mainTiny C Compiler - Summary

 
 
Membership Info
Group Admins:
3 active members

Group identification
Id: 2280
System Name: tinycc
Name: Tiny C Compiler
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-sufficient: you do not need an external assembler or linker because TCC does that for you.

TCC compiles so fast that even for big projects Makefiles may not be necessary.

TCC not only supports ANSI C, but also most of the new ISO C99 standard and many GNUC extensions.

TCC can also be used to make C scripts, i.e. pieces of C source that you run as a Perl or Python script. Compilation is so fast that your script will be as fast as if it was an executable.

TCC can also automatically generate memory and bound checks while allowing all C pointers operations. TCC can do these checks even if non patched libraries are used.

With libtcc, you can use TCC as a backend for dynamic code generation.

Registration Date: Mon 17 Jun 2002 01:08:27 PM UTC
License: GNU General Public License v2 or later
Development Status: 4 - Beta

 

Quick Overview
 Memberlist (3 members)

Communication Tools
 Mailing Lists (1 public mailing list)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code