[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How Lua code can be updated at runtime without breaking global state?
- From: Finn Wilcox <finnw@...>
- Date: Tue, 26 Mar 2013 15:43:33 +0000
On 26/03/2013 05:21, Paul K wrote:
>
> Shared upvalues present bit more challenge: I don't think there is a
> way to join them in Lua 5.1, but it's possible in Lua 5.2.
LuaJIT2 can also join upvalues.