[Pdx-pm] Recommendations for memory leak checking?

chromatic chromatic at wgz.org
Tue Jul 3 15:28:10 PDT 2007


On Tuesday 03 July 2007 15:16:57 Eric Wilhelm wrote:

> Bit of a terminology problem here.  Kevin is talking about variables
> that can't be garbage-collected until global cleanup due to circular
> references and Perl's reference-counting GC scheme.  See "Two-Phased
> Garbage Collection" in perlobj, weaken() in Scalar::Util and
> Devel::Cycle for more explanation.

Oh, if that's what it is then also "Better Code through Destruction":

	http://www.perl.com/pub/a/2007/06/07/better-code-through-destruction.html

-- c


More information about the Pdx-pm-list mailing list