|
On 24 April 2012 11:43, Alex <initrd.gz@gmail.com> wrote:How about with the jit compiler off?
> No, the program makes heavy use of FFI and other LuaJIT features.
>
On Mon, Apr 23, 2012 at 21:43, Alex <initrd.gz@gmail.com> wrote:Well that may or may not be an issue. For the FFI you can try
> No, the program makes heavy use of FFI and other LuaJIT features.
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