lua-users home
lua-l archive

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


It's not possible for LuaJIT 1.x.
Maybe 2.x can do it.

On Tue, Dec 30, 2008 at 12:49, zhu honglei <zhuhongleizhl@gmail.com> wrote:
Hello All,

I am working on a embedded system (MIPS) with Lua.  Since double is not support on the system,  Lua_Number is change to int32.  And I want to use LuaJIT to enhance the performance. 

BUT I found that in LuaJIT site:
  • Only x86 (i386+) CPUs are supported right now (but see below).
  • Only the default type for lua_Number is supported (double).
And I does not find anything (roadmap/discussion) on when LuaJIT will support them.

Could you please give me some information?

thanks,

Best Regards,
Leon





--
Regards,
Linker Lin
linker.m.lin@gmail.com