This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: No need to de-COW COWs on upgrade
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Oct 2012 05:42:51 +0000 (22:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Oct 2012 09:04:56 +0000 (02:04 -0700)
commit093085a8e359c2a612a8cc8f1d813f9098f45bd8
treeeeffc43d6a68a43a785b373fe94ff37088e9c298
parent2fd13eccf08a49ced523195b1297d74a03211ebb
sv.c: No need to de-COW COWs on upgrade

I’ve taken the conservative approach of still de-COWing COWs for reg-
exps and anything above.  I’m not confident that it would be safe
for those.
sv.c