lua-users home
lua-l archive

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


Played with tcc before -- it's fast at assembling, but there's no
optimiations for the assembled code (in particular, it pushes
everything to the stack after every operation) -- i.e. -- the
generated code is _NOT_ fast.

On Tue, Jan 4, 2011 at 4:12 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> As for why not C ? C is fine, but I'd prefer to not write out a *.c
>> file, call gcc, compile it to a *.so, and load it back in -- just
>> something self contained.
>
> As suggested before, try luatcc.
>
>