lua-users home
lua-l archive

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


* Lorenzo Donati:

> I'm wondering if there are any chances that LuaJIT FFI will ever
> become also a standalone module for stock Lua.

What about the other way round: add a C interpreter to LuaJIT and make
the FFI use libffi?  There's still a missing feature, though: C
structure layout is quite architecture-specific (especially for
bitfields), so you'd still need some code to cover that.