lua-users home
lua-l archive

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


As I know there's an FPU stack problem in tcc, has that been corrected?

see:
http://repo.or.cz/w/tinycc.git/commit/c3701df16cf1ce9e1cb88ff0e3c789ecc2c4114d


Hu

On Tue, May 25, 2010 at 1:31 AM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> Hi list,
>
> I just released version 1.0.1 of luatcc, my binding for the TCC, the
> Tiny C Compiler. luatcc lets users compile and run C code on the fly
> from Lua; an example application is to load modules written in C
> directly from sources.
>
> The documentation and download links are available on either of these websites :
>
> http://luatcc.luaforge.net/
> http://piratery.net/luatcc/
>
> The main change is that luatcc now targets TCC 0.9.25, while still
> being compatible with 0.9.23 and 0.9.24 with the help of a minor
> Makefile adjustment.
>
> All comments and suggestions are welcome :-)
>
> Doub.
>