This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0))
authorRichard Leach <richardleach@users.noreply.github.com>
Wed, 24 Nov 2021 19:10:05 +0000 (19:10 +0000)
committerTony Cook <tony@develop-help.com>
Sun, 28 Nov 2021 23:07:19 +0000 (10:07 +1100)
commitc80a8618143e98aed6d9e5bbaee16d0308e211d0
tree8ec167ae5402f841d06ff850da52458dabc94e17
parenteb87cedb600ef8f1265ce27b13197ca7cbc33297
newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0))
inline.h
perl.c
perlio.c
pp_sys.c