[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: BIG request, someone can port luajit ffi module to lua?
- From: Peter Cawley <lua@...>
- Date: Mon, 21 Feb 2011 16:13:40 +0000
On Mon, Feb 21, 2011 at 3:58 PM, zhiguo zhao <zhaozg@gmail.com> wrote:
> 2. move and update lib_ffi.c to support lua, difficute, fast than up
> solution.
By this you mean writing a library which given an FFI spec, does
runtime generation of architecture-specific machine code to make a
binding to the given spec which uses the Lua C API? If so, is the gain
over alien worthwhile? Simultaneously, if you're happy to do
architecture-specific code generation, why not just use LuaJIT?