[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: state of the Lua nation on resource cleanup
- From: Mark Hamburg <mark@...>
- Date: Thu, 12 Feb 2009 07:15:13 -0800
The main issue that jumps out at me regarding the "run a garbage
collection cycle" approach is that if you have any complicated error
handling, it could result in multiple GC cycles which it might be nice
to avoid.
Mark