[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Assembler Interface of LuaJIT VM.
- From: Mike Pall <mikelu-1010@...>
- Date: Fri, 1 Oct 2010 21:19:39 +0200
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