lua-users home
lua-l archive

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


On Thu, Feb 10, 2011 at 06:14, Mike Pall <mikelu-1102@mike.de> wrote:
>
> This is backwards. It's not an FFI for C, it's an FFI to be used
> from Lua code. Callbacks will solve that particular problem (after
> I implement them) and this is handled from Lua code.
>
> --Mike
>

Mike,
When one calls back from C into Lua using conventional lua_call(...)
does LuaJIT2 traces and optimizes the lua function call?

--Leo--