NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
It's easy to get it wrong (Score:2)
What you're missing from this analysis is that swapping to mark & sweep GC, particularly a conservative GC such as Boehm, means that you no longer have any guarantee of the timing of destruction of objects, or even that they'll be (formally) destroyed at all, before program exit. So many of the existing uses of
DESTROYin Perl would go out of the window, and the paradigm of Resource [wikipedia.org]Re:It's easy to get it wrong (Score:2)
Using the word "analysis" here gives far too much credit. It is not "analysis" to say "Can't you just do a new GC?"
--
xoa
Reply to This
Parent