lua-users home
lua-l archive

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


> 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