[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Features you would like to see
- From: Diego Nehab <diego@...>
- Date: Sun, 19 Aug 2007 14:07:53 -0400 (EDT)
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