lua-users home
lua-l archive

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


On Thu, Sep 26, 2013 at 07:58:29PM -0700, Coda Highland wrote:
> On Thu, Sep 26, 2013 at 7:44 PM, Marc Lepage <mlepage@antimeta.com> wrote:
> > I believe the LuaJIT variant has ARM assembly, I haven't looked too
> > deeply at its internals.
> 
> It does; LuaJIT uses assembly very heavily, considering it's a compiler.
> 

But much of the VM is implemented in assembly, too, using DynASM. GCC is a
compiler but isn't implemented in assembly.