This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use sv_catpvs where appropriate vs sv_catpv
authorKarl Williamson <khw@cpan.org>
Sun, 5 Aug 2018 12:41:05 +0000 (06:41 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Aug 2018 16:02:12 +0000 (10:02 -0600)
commitf8db7d5b698ee09de200fdee909d6f4ea719ffac
treed38212cbf0b26ae7cf95d89a191cc02296d24966
parent00d976bbd170bbdc283618817b02b1b8f46bddd4
Use sv_catpvs where appropriate vs sv_catpv

This moves calculations definitely to compile time; some optimizing
compilers may already do this, but some may not.
doio.c
dump.c
os2/os2.c
pp_ctl.c
regcomp.c
toke.c
win32/win32.c