[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT FFI callbacks for functions using only built-in operators and locals
- From: Mike Pall <mikelu-1112@...>
- Date: Fri, 16 Dec 2011 00:23:42 +0100
Adam Strzelecki wrote:
> Indeed this is pretty limited subset, but if we allow math
> functions too and FFI calls, then we are able to define pretty
> many useful expressions that can turn into callbacks. The only
> constraint would be to not use upvalues.
All of these are accessed via upvalues or globals ...
--Mike