Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c56d7fa9134de66efe85a2fd70b28069c2629e0d https://github.com/Perl/perl5/commit/c56d7fa9134de66efe85a2fd70b28069c2629e0d Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths: M pp_hot.c Log Message: ----------- Perl_leave_adjust_stacks: don't make mortal copies of SvIMMORTAL SVs SvIMMORTAL SVs cannot be prematurely freed and so there is no need to create a mortal copy of them. They also will not leak, so there is no need to add the SV* to the temp stack.