This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In pp_split(), eliminate most (all?) of the conditional calls to
authorNicholas Clark <nick@ccl4.org>
Fri, 1 Feb 2008 22:27:38 +0000 (22:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 1 Feb 2008 22:27:38 +0000 (22:27 +0000)
commit437d3b4e2ce32830fdc042ab67d7815e3555e931
treed509ba06f291ab2bfc87cbb316bae929ab734052
parentbb9fb6628b9ed86b811b4c60fa191b01d65e5ce6
In pp_split(), eliminate most (all?) of the conditional calls to
sv_2mortal() by conditionally passing SVs_TEMP to newSVpvn_flags().

p4raw-id: //depot/perl@33178
pp.c