[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaThread sources?
- From: nobody <nobody+lua-list@...>
- Date: Fri, 4 Jan 2019 19:24:53 +0100
On 03/01/2019 22.45, Sven Olsen wrote:
Do you know if there are other areas of the interpreter that would
need locking logic to make simultaneous execution safe, apart from
table accesses, luaD_throw, luaC_newobj, and luaS_newlstr?
Don't forget stack reallocation/growth. luaY_parser / load / require
could also be fun…
(That's some fragments I recall from some experiments a while back…)
--nobody