[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: State usability after panic
- From: Mak Nazečić-Andrlon <owlberteinstein@...>
- Date: Tue, 6 Dec 2011 13:51:28 +0100
Good, good. So what level of stack manipulation would be considered
safe? Can I, say, safely retrieve a number from the registry? Again,
thank you so much for the explanation.
Mak
On Tue, Dec 6, 2011 at 1:14 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>> Hm, that's interesting. But doesn't the debug API manipulate the
>> stack?
>
> Yes.
>
>
>> And, again, is calling lua_close() on the state OK?
>
> Yes.
>
> -- Roberto
>