lua-users home
lua-l archive

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


Nice, I have been waiting for this!  :)

I can't remember if I asked this before but at some point will LuaJIT
be able to improve its recursive call speed?  In this area LuaJIT
seems to lag way behind VM's like Google's V8.  It's pretty easy to
see the difference when using benchmarks like Ackermann or Fibonacci
where LuaJIT is about 4 times slower in my tests.

CR