[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Preventing DOS when executing Lua code ...
- From: roberto@... (Roberto Ierusalimschy)
- Date: Tue, 4 Jul 2006 14:46:12 -0300
> The documentation does not discuss implications of calling this
> function inside a hook -- is it guaranteed to leave the interpreter
> in a consistent state so that it can continue to be used without ill
> effect?
Yes.
> The second question is that since the hook is called based on
> instruction count, are instructions "atomic" such that variables are
> guaranteed to not be left in an inconsistent state?
Yes.
-- Roberto