In perl.git, the branch smueller/killsvobjcount3 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/dabe94d2d668501e961284aa848e02bf4c3a11b4?hp=0000000000000000000000000000000000000000>
at dabe94d2d668501e961284aa848e02bf4c3a11b4 (commit)
- Log -----------------------------------------------------------------
commit dabe94d2d668501e961284aa848e02bf4c3a11b4
Author: Steffen Mueller <[email protected]>
Date: Thu Feb 28 18:25:19 2013 +0100
PL_sv_objcount deprecation notice
M pod/perldelta.pod
commit f56f4d4dc841c68cb945f0c654a720e6e9f73990
Author: Steffen Mueller <[email protected]>
Date: Thu Feb 28 18:23:32 2013 +0100
Prepare PL_sv_objcount removal
This used to keep track of all objects. For no particularly good reason.
Just because it could avoid a bit of work during global destruction.
Let's do less work at run-time instead.
The interpreter global will remain for one deprecation cycle.
M intrpvar.h
M perl.c
M sv.c
-----------------------------------------------------------------------
--
Perl5 Master Repository