[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Assembler in Lua?
- From: beo wulf <beowulf@...>
- Date: Tue, 4 Jan 2011 18:26:03 -0800
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.
>
>