[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit ffi - calling a luajit function via a C function pointer?
- From: Leo Razoumov <slonik.az@...>
- Date: Thu, 10 Feb 2011 07:17:19 -0500
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--