lua-users home
lua-l archive

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


  Hi,

  In some libraries we embed Lua code using "luac.exe" then "bin2c.lua".

  This seems to be incompatible with LuaJIT and I would like to understand a
little bit more about that.

  From the LuaJIT documentation I guess that I can still use this form of
embedded code but I just have to re-generate the bytecode files using
luajit.exe instead of "luac.exe". Is that correct?

Thanks,
Scuri