Re: [Iup-users] luajit
Brought to you by:
scuri
|
From: Antonio S. <sc...@te...> - 2010-03-10 17:50:42
|
> > But IUP and IM have Lua files that are compiled with luac, > converted with > > bin2c and loaded during run time. > > LuaJIT doesn't support bytecode loading, so this won't work --- you'd > have to load from source code instead. Well that explains a lot. Thanks. This could be major problem to use IUP with LuaJIT, because we have many Lua files to load. And I don't think that anyone will be carrying lots of Lua files along with your application. But if LuaJIT is important for the application then maybe yes. Also it is not difficult to do. You just have to rebuild the IupLua libraries without defining IUPLUA_USELOH in the makefiles. Best, Scuri |