[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] TODOs
From: |
Bernhard Fischer |
Subject: |
Re: [Tinycc-devel] TODOs |
Date: |
Thu, 7 Sep 2006 21:43:14 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
On Thu, Sep 07, 2006 at 07:23:50PM +0000, Mike B wrote:
>hi all,
>
>Is there a road map, or a todo list for this project? I was wondering how
>much work there is to do to make this into a GCC drop in replacement?
There is in fact a TODO. See
http://cvs.savannah.nongnu.org/viewcvs/*checkout*/tinycc/TODO?rev=1.24&root=tinycc
Apart from bugs, one of the most important feature that is not yet
implemented (AFAICT) is
- C99: add variable size arrays (gcc 3.2 testsuite issue)
Nowadays, an increasing amount of applications peruse variable sized
arrays, and thus cannot be built with tcc, currently.
Another thing that could use a cleanup to save space is the library
intr{er,a}face. I once started cleaning it up and saved about 10% of
tcc's size.
Anyway. The TODO should give you plenty of opportunity to improve
tinycc.
- [Tinycc-devel] (no subject), Mike B, 2006/09/07
- Re: [Tinycc-devel] TODOs,
Bernhard Fischer <=
- Re: [Tinycc-devel] (no subject), Philippe Ribet, 2006/09/07
- Re: [Tinycc-devel] (no subject), Guillaume POIRIER, 2006/09/08
- Re: [Tinycc-devel] (no subject), Johannes Klarenbeek, 2006/09/08
- Re: [Tinycc-devel] (no subject), Daniel Glöckner, 2006/09/08
- Re: [Tinycc-devel] (no subject), Dave Dodge, 2006/09/11
- Re: [Tinycc-devel] (no subject), Rob Landley, 2006/09/12
- Re: [Tinycc-devel] (no subject), Dave Dodge, 2006/09/13
- Re: [Tinycc-devel] (no subject), Guillaume POIRIER, 2006/09/13
- Re: [Tinycc-devel] (no subject), Dave Dodge, 2006/09/13
- Re: [Tinycc-devel] (no subject), Rob Landley, 2006/09/13