savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] savannah.gnu.org: submission of Tiny C Compiler


From: fabrice . bellard
Subject: [Savannah-hackers] savannah.gnu.org: submission of Tiny C Compiler
Date: Mon, 17 Jun 2002 09:13:02 -0400

A package was submitted to savannah.gnu.org.
This mail was sent to address@hidden, address@hidden


Fabrice Bellard <address@hidden> described the package as follows:
License: lgpl
Other License: 
Package: Tiny C Compiler
System name: tinycc
This package does NOT want to apply for inclusion in the GNU project

Description:
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler

    Features:
    --------

    - SMALL! You can compile and execute C code everywhere, for example on 
rescue disks.

    - FAST! tcc generates optimized x86 code. No byte code overhead. Compile, 
assemble and link about 10 times faster than \'gcc -O0\'.

    - UNLIMITED! Any C dynamic library can be used directly. TCC implements 
most of the ISOC99 standard. TCC can of course compile itself.

    - SAFE! tcc includes an optional memory and bound checker. Bound
checked code can be mixed freely with standard code.

    - Compile and execute C source directly. No linking or assembly necessary. 
Full C preprocessor included.

    - C script supported : just add \'#!/usr/bin/tcc\' at the first line of 
your C source, and execute it directly from the command line.

Home page: http://tinycc.org

Fabrice Bellard.

Other Software Required:


Other Comments:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]