This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
newSVpvn_flags().. is more efficient than sv_2mortal(newSVpvn(..))
authorRichard Leach <richardleach@users.noreply.github.com>
Tue, 23 Nov 2021 23:35:58 +0000 (23:35 +0000)
committerTony Cook <tony@develop-help.com>
Sun, 28 Nov 2021 23:11:45 +0000 (10:11 +1100)
commit2a98b8cbbc6f75b5aaefb10acc4da4427359fcea
tree8a80adaddccc882df24d9656979b67aa8daeba95
parentc80a8618143e98aed6d9e5bbaee16d0308e211d0
newSVpvn_flags().. is more efficient than sv_2mortal(newSVpvn(..))

The same holds for newSVpvs* wrappers around newSVpvn* functions.
op.c
pp_sys.c
regcomp.c
toke.c