lua-users home
lua-l archive

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


Hi,

At this point, LuaThreads can't be implemented without
rebuilding the Lua core. The lua_lock/lua_unlock macros need
to be redefined. I don't know how much of a performance
impact there would be if the core allowed you to replace
lua_lock and lua_unlock at runtime, via function pointers,
or to enable/disable them with a runtime flag.

[]s,
Diego