tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Add C99 VLA support in tinycc


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Add C99 VLA support in tinycc
Date: Fri, 4 Feb 2011 02:29:26 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )

Le vendredi 04 février 2011 02:23:22, Thomas Preud'homme a écrit :
> Hello everybody,
> 
> I started to implement C99 VLA properly in tinycc around two weeks ago. It
> took me some time as I had to learn about many part of tinycc I didn't know
> so far but here it finally is. Hope you will enjoy as I enjoyed the
> coding. Bug short sha1 is: a5a50ea. I also took advantage of this to
> reorder VT_* constant in tcc.h (commit 7f00523) and fix a small glitch in
> the Changelog (some code wrongly attributed to me d35a3ac).
> 
> It shouldn't be any bug left as I did a small testsuite included in the
> commit but bugs are vicious ;)
I forgot the *hint* *hint* to suggest you to review the code (it's rather 
small:

2:28 address@hidden ~/projects/perso/tcc% git diff --stat 
d35a3ac375473a584fa9dbb1320b5202a236a870 
a5a50eaafeea0d3ca47bc8fb6baf983743470c60
 Changelog       |    1 +
 TODO            |    1 -
 tcc-doc.texi    |   16 +++++-
 tcc.h           |    2 +
 tccgen.c        |  160 ++++++++++++++++++++++++++++++++++++++++++++----------
 tests/tcctest.c |   22 ++++++++
 6 files changed, 169 insertions(+), 33 deletions(-)
> 
> Cheers.

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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