lua-users home
lua-l archive

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


neha mahajan wrote:
> Mike can u comment something about the performance of llvm-lua and luajit on
> ARM ???

Well, since LuaJIT doesn't run on ARM (yet), there's no way to do
a real comparison.

But from early benchmarking of the PPC port, I would expect to see
similar performance ratios on all architectures. Possibly limited
by the lower FP-performance of non-x86/x64 chips. I.e. a future
LuaJIT on ARM would probably beat LLVM-Lua by a wide margin.

--Mike