lua-users home
lua-l archive

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


On Jan 18, 2014 12:05 PM, "Antonio Vieiro" <antonio@antonioshome.net> wrote:
> 3. LuaJIT will be as performant in approach B (invoking C functions for "car", "cdr", etc.) as in approach A (using Lua native code).

Not really, since the "classic" C API aborts LuaJIT traces, while plain Lua is properly JITted (except for a few builtins, such as next()).