lua-users home
lua-l archive

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


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:
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