lua-users home
lua-l archive

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


Is this a problem inherent to TCC?

Also, could this be made available as a Lua rock?

On Thu, 27 May 2010 15:04:03 -0700, Jerome Vuarand <jerome.vuarand@gmail.com> wrote:

2010/5/27 Javier Guerra Giraldez <javier@guerrag.com>:
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?

Not that I know. I updated the binding on request, and to keep it up
to date since it's a support library for a Lua gem. I'm not really
using it myself.