[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: porting assembly x86 code
- From: William Ahern <william@...>
- Date: Thu, 26 Sep 2013 20:56:43 -0700
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.