[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT FFI Callbacks
- From: Mike Pall <mikelu-1104@...>
- Date: Thu, 14 Apr 2011 20:32:04 +0200
Michael Gogins wrote:
> Thanks so much for the FFI metamethods. Can we anticipate "C" calling
> convention callbacks into LuaJIT+FFI code from non-Lua compiled code?
Callbacks are pretty high on my TODO list for the FFI. But I don't
know when I'll get around to it. The sponsored work has priority.
> Is there any way to hack this at this time?
Sorry, no. Currently a C function that was called via the FFI must
not access or call the same lua_State in any way.
--Mike