|
Am 29.06.19 um 19:55 schröbte Roberto Ierusalimschy:
And then you realize that Lua may allocate memory during function *calls* (e.g. growing the stack). I don't think this is covered in the current <toclose> approach either.I think it is.
How many stack slots do I have available when __close is called?
-- Roberto
Philipp