This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Given that the GV no longer owns a reference on the symbol table, we
authorNicholas Clark <nick@ccl4.org>
Sat, 2 Jul 2005 14:57:43 +0000 (14:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 2 Jul 2005 14:57:43 +0000 (14:57 +0000)
commit893645bdb81a69e140b170b7311baa678533efa5
tree7d997dcbb49840c5f45ecf65b710d7b903ac53c1
parentbe2ef075cba00912f7381219f5909d020118d4fb
Given that the GV no longer owns a reference on the symbol table, we
dont need the deferred SvREFCNT_dec games.

p4raw-id: //depot/perl@25049
sv.c