This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change newSVpv() to newSVpvn() where we know the length is non-zero, as
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 17:15:16 +0000 (17:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 17:15:16 +0000 (17:15 +0000)
commit9ff8e8065ea8557fda504cf7c2337bef185cd00f
treef580ff4e8abf589144e19925a9032dadbe6cec41
parent5e0ab564a19e208af30e5d05d5a03aae32025de6
Change newSVpv() to newSVpvn() where we know the length is non-zero, as
newSVpvn() will be fractionally more efficient.

p4raw-id: //depot/perl@32135
mg.c
toke.c