lua-users home
lua-l archive

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


On Thu, Sep 29, 2011 at 11:51 AM, Shmuel Zeigerman <shmuz@013net.net> wrote:
> What are the jit.* modules that need to be installed?

The lib directory in the LuaJIT release has to be renamed as jit and
put on the module path; that is, -b is implicitly doing a require
'jit.*' on these guys

steve d.