summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2022-09-09 21:47:05 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2022-09-18 23:50:26 +0100
commit94e822ee24ba222efc1979d79e64ca7b2c0942cb (patch)
tree367e22241dad5be2ca1af27b76a0e9263dfd548e /gv.c
parent51918aaf0287a9f5643ea3161fd8c6091a127428 (diff)
downloadperl-94e822ee24ba222efc1979d79e64ca7b2c0942cb.tar.gz
vnewSVpvf - inline & reduce call to sv_vsetpvfn
sv_vsetpvfn does just two things: * SvPVCLEAR on the sv passed in * calls sv_vcatpvfn_flags Since the SV passed into sv_vsetpvfn by vnewSVpvf is a brand new SV, it is more efficient to inline sv_vsetpvfn and change the SvPVCLEAR to SvPVCLEAR_FRESH.
Diffstat (limited to 'gv.c')
0 files changed, 0 insertions, 0 deletions