Re: How fast is LuaJIT supposed to be?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How fast is LuaJIT supposed to be?
- From: Alexander Gladysh <agladysh@...>
- Date: 2011年1月21日 23:27:37 +0300
On Fri, Jan 21, 2011 at 22:35, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> On Fri, Jan 21, 2011 at 2:10 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
>>> Is table lookup really more expensive than passing in as an arg and passing
>>> back as a return? Ugh!
> it's certainly more expensive than using (VM) registers (which is what
> Lua uses to pass arguments around)
Um. Please don't misattribute quotes. This was Steve's phrase, not mine.
Alexander.