lua-users home
lua-l archive

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


On Mon, Apr 23, 2012 at 21:43, Alex <initrd.gz@gmail.com> wrote:
> No, the program makes heavy use of FFI and other LuaJIT features.

Well that may or may not be an issue. For the FFI you can try
https://github.com/jmckaskill/luaffi, but YMMV as its still missing a
few features (If you do give that a try and find something missing, I
would greatly appreciate a bug report). What other LuaJIT features are
you dependent on?

PS: The reason I wrote luaffi in the first place was to debug some FFI
code, because debugging jit'ed code was kind of painful.

-- James