Dan Sugalski wrote: > > I do wish people would get garbage collection and finalization split in > their minds. They are two separate things which can, and will, be dealt > with separately. > > For the record: > > THE GARBAGE COLLECTOR WILL HAVE NOTHING TO DO WITH FINALIZATION, AND > NO PERL OBJECT CODE WILL BE CALLED FOR VARIABLES UNDERGOING GARBAGE > COLLECTION. > > Thank you. Thank *you* Dan. I was beginning to wonder if anyone understood. For the record now, GC is none of your business, you're not allowed to know how it works (it's a "black box"). Finalization is handled by try {} finally {}. Finally. Finalization. Get it? Yours, &c, Tony Olekshy
- Re: End-of-scope actions: do/eval duality. Glenn Linderman
- Re: End-of-scope actions: do/eval duality. Tony Olekshy
- Re: End-of-scope actions: do/eval duality. Bart Lateur
- Re: End-of-scope actions: do/eval duality. Branden
- Re: End-of-scope actions: do/eval duality... abigail
- Re: End-of-scope actions: do/eval du... Branden
- Re: End-of-scope actions: do/eva... abigail
- Re: End-of-scope actions: do/eva... Simon Cozens
- Re: End-of-scope actions: do/eval duality... Bart Lateur
- Re: End-of-scope actions: do/eval duality. Glenn Linderman
- Re: End-of-scope actions: Garbage collection. Tony Olekshy
- Re: End-of-scope actions: Garbage collection. Dan Sugalski
- Re: End-of-scope actions: Garbage collection. Tony Olekshy
- Re: End-of-scope actions: Garbage collection. Dan Sugalski
- Re: End-of-scope actions: Garbage collect... Tony Olekshy
- End-of-scope actions: Toward a hybrid approach. Tony Olekshy
- Re: End-of-scope actions: Toward a hybrid approach. Glenn Linderman
- Re: End-of-scope actions: Toward a hybrid approac... Tony Olekshy
- Re: End-of-scope actions: Toward a hybrid app... Glenn Linderman
- Re: End-of-scope actions: Toward a hybrid... John Porter
- Re: End-of-scope actions: Toward a h... Glenn Linderman