Re: Scope exit and timely destruction

2005-01-14 Thread Unknown
I think that there are misconceptions about the nature of timely GC in this thread. * First I present some notes on how it could be achieved or approximated using incremental and generational techniques. * Second, I note that timely GC only exists in C++. On Fri, 2005-01-14 at 17:57 -0500, Michae

question about memory allocation system

2002-06-16 Thread Marco Antonio Valenzuela =?unknown-8bit?q?Esc=E1rcega?=
I'm writing the function Parrot_destroy in embed.c and I'm trying to use only functions that already exist, even if they do nothing (PIO_atexit), but I can't find a destructor for the allocator, so I was wondering if it needs to be written or if there's some reason why it isn't needed. Marco Ant