[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can't pass a struct by value to LuaJIT FFI varargs function?
- From: Mike Pall <mikelu-1101@...>
- Date: Tue, 25 Jan 2011 02:14:09 +0100
David Greenspan wrote:
> Will the ARM port run on the iPhone? :]
Well, maybe the pure LuaJIT interpreter (the speedup isn't too
shabby). The JIT compiler requires the ability to mark memory
pages as executable at runtime. AFAIK this is blocked by the
kernel on a non-unlocked phone. But iOS is not a primary target,
so you'll have to find out yourself.
--Mike