lua-users home
lua-l archive

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


Geoff Leyland wrote:
> Right.  Would the ffi help if it was using tables (or ffi
> structures) instead of local variables for x,y and z?

Nope, same issue with allocations that need analysis before being
able to eliminate or sink them.

--Mike