Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 64b4056614429bb6fc7d35118e19a220459358fd
https://github.com/Perl/perl5/commit/64b4056614429bb6fc7d35118e19a220459358fd
Author: Richard Leach <[email protected]>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M sv.c
Log Message:
-----------
sv.c: add Perl_sv_grow_fresh & Perl_sv_setvpn_fresh
Commit: c95a251c5f6231d44c00a4a5ac8f406e67757f96
https://github.com/Perl/perl5/commit/c95a251c5f6231d44c00a4a5ac8f406e67757f96
Author: Richard Leach <[email protected]>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M sv.c
Log Message:
-----------
sv.c: use Perl_sv_grow_fresh & Perl_sv_setvpn_fresh
Commit: 49a73a262cd71d15e5dd08eecb48d421698ef832
https://github.com/Perl/perl5/commit/49a73a262cd71d15e5dd08eecb48d421698ef832
Author: Richard Leach <[email protected]>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M pp_hot.c
Log Message:
-----------
pp_match: newSVpvn_flags now more efficient than sv_newmortal + sv_setpvn.
Commit: 11e7ed3342a412dba2546230e367d8deee3bcb24
https://github.com/Perl/perl5/commit/11e7ed3342a412dba2546230e367d8deee3bcb24
Author: Richard Leach <[email protected]>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M pp_sys.c
Log Message:
-----------
pp_system: safe to switch in sv_setpvn_fresh here
Compare: https://github.com/Perl/perl5/compare/30194bf8f486...11e7ed3342a4