[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can't interrupt tight loops in Lua 5.4 anymore?
- From: "Joseph C. Sible" <josephcsible@...>
- Date: Mon, 25 May 2020 16:05:08 -0400
On Mon, May 25, 2020 at 3:50 PM Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>
> What part of "there is no evidence of any incompatibility" you cannot
> understand?
>From your other post, you said it will call the 'call' hook when a new
CallInfo gets created. Doesn't that mean you'd need a mask of
LUA_MASKCOUNT|LUA_MASKCALL to be sure to interrupt that case too in
Lua 5.4, whereas just as mask of LUA_MASKCOUNT was enough to always
eventually interrupt in Lua 5.3?
Joseph C. Sible
- References:
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Joseph C. Sible
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Viacheslav Usov
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Joseph C. Sible
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Viacheslav Usov
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Roberto Ierusalimschy
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Viacheslav Usov
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Roberto Ierusalimschy
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Joseph C. Sible
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Roberto Ierusalimschy
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Joseph C. Sible
- Re: Can't interrupt tight loops in Lua 5.4 anymore?, Roberto Ierusalimschy