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.
"Allow" (Score:2)
You seem to be implying that you can somehow disallow it.
What's really sad is that GC algorithms are very well known and quite easy to use; the Boehm GC comes to mind immediately.
It sounds you're upset because your patches to Perl 5 that implemented this GC were rejected?
--
xoa
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: (Score:1)
Some hybrid systems use simple refcounting but occasionally run a full GC to reclaim circular references. As well, it's certainly possible to use a mortalize scheme for simple escape analysis to catch the majority of cases where you want timely destruction; most objects tend to have reference counts of zero or one.
Re: (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
Wall obsession? (Score:1)
Uhm, the development effort for Perl 5 never ceased (although it bled momentum for a time for a long list of disparate reason), nor has Larry been involved in a very long time. In fact there is something of a schism and sometimes outright hostility between the 5 and 6 communities. It’s a convenient to identify a corrupt leader to project all problems onto, but it has little to do with reality.
Re: (Score:1)
I did not know there was outright hostility. Why would that be?
I am ignoring the original post by "ank" as tripe.
Re: (Score:1)
Not these days so much, and I’m hoping it’s all in the past at this point.