[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Best way to manage refs in C + Garbage collection in a single collectgarbage() call.
- From: Brad_Byrd@...
- Date: Thu, 24 Jul 2008 10:42:51 -0700
Thanks for all the tips, everyone.
The general "use the userdata's environment table" suggestion that several
of you mentioned did the trick. Now my stuff is gc'd at the correct time
as well as being gc'd in one collectgarbage() call.
Thanks for the additional tips as well. Definitely stuff to keep in mind!
Brad...