Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 829b1d49c7d8d3d4124810384861025a26d7c3cd https://github.com/Perl/perl5/commit/829b1d49c7d8d3d4124810384861025a26d7c3cd Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M class.c M hv.c Log Message: ----------- Use newSVpvn_flags() rather than sv_2mortal(newSVpvn_utf8) Commit: a3a284fa098080c7e48720fd6e11b7ba9066ff0e https://github.com/Perl/perl5/commit/a3a284fa098080c7e48720fd6e11b7ba9066ff0e Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M pp_hot.c Log Message: ----------- do_readline: create new mortal with less branching Commit: 01b85911fcab822877a0ea96bb425ca3292269ee https://github.com/Perl/perl5/commit/01b85911fcab822877a0ea96bb425ca3292269ee Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M pp_sys.c Log Message: ----------- pp_system: use newSVtype_mortal instead of two functions Commit: 8294975f8dc19876e88fdfb9b1c9383562fd7e84 https://github.com/Perl/perl5/commit/8294975f8dc19876e88fdfb9b1c9383562fd7e84 Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M regcomp.c Log Message: ----------- regcomp.c - create mortal HV/AV in one step Commit: 91c779a4e66d68028e5016c5008fdff5c5136018 https://github.com/Perl/perl5/commit/91c779a4e66d68028e5016c5008fdff5c5136018 Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M hv.c Log Message: ----------- Perl_hv_common: sv_2mortal(newSVsv()) to sv_mortalcopy_flags() Compare: https://github.com/Perl/perl5/compare/6d97c8623f51...91c779a4e66d To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications