|
Benoit Germain wrote: > So back to square one: When running Lanes under LuaJIT, how can I > differentiate between a bytecode function and the other functions > using the C API besides guessing from what the debug infos tell me? If lua_dump() returns 1, then it's not a plain Lua function. --Mike