From: Steffen Mueller Date: Thu, 28 Feb 2013 17:23:32 +0000 (+0100) Subject: Prepare PL_sv_objcount removal X-Git-Tag: v5.17.10~131 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/ddf23d4a1ae98daa8608179f83aad311d03898ef?hp=ddf23d4a1ae98daa8608179f83aad311d03898ef Prepare PL_sv_objcount removal This used to keep track of all objects. At least by now, that is for no particularly good reason. Just because it could avoid a bit of work during global destruction if no objects remained. Let's do less work at run-time instead. The interpreter global will remain for one deprecation cycle. ---