Re: [Patch] Finalization of function objects
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Patch] Finalization of function objects
- From: "David Burgess" <dburgess@...>
- Date: Tue, 8 Jan 2008 06:52:04 +1100
I think I like this. I will test further.
> "Finalization of function objects" patch for Lua 5.1.2
>
> Each lua thread have own finalization stack.
> Call frames may push finalizers to the fin. stack.
> When call frame returned or error occured then finalizers called.