lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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
>