in reply to Does Symbol::delete_package free memory used by subs?

There was a bug in Perl that prevented no-longer-used code blocks from being free()d from memory (on most operating systems, this only makes that memory available for reuse by perl). It amounted to circular references in the case of code blocks. I think this was fixed for Perl 5.8.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Does Symbol::delete_package free memory used by subs?