lua-users home
lua-l archive

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


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