lua-users home
lua-l archive

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


On Tue, May 25, 2010 at 10:39 PM, Hu Qiwei <huqiwei@gmail.com> wrote:
> As I know there's an FPU stack problem in tcc, has that been corrected?

there was also the problem of not being able to have two TCC states
open at the same time, so you have to destroy anything already
compiled to add some more C code.

that's what made me abandon my own binding, since it made impossible
to script Lua applications with C

has there been any improvement in TCC recently?

-- 
Javier