Re: gc object destruction

2001-12-11 Thread Benoit Cerrina
price for those objects which do not have a finalizer. Benoit - Original Message - From: Michael L Maraist [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:48 AM Subject: gc object destruction One of the interesting side-effects of a copying collector is that we

gc object destruction

2001-12-09 Thread Michael L Maraist
One of the interesting side-effects of a copying collector is that we can't inherently determine which objects need to be destructed (their memory space just gets reused without notifying anyone). I'm already looking to use some algorithms that utilize linked-lists to determine