Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: fa50d782e52f23c55bcc3888e30de3b7cc01e3b4
https://github.com/Perl/perl5/commit/fa50d782e52f23c55bcc3888e30de3b7cc01e3b4
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate SvREFCNT_inc_simple_void() param just once
Commit: 51c4bdf3527d2e4039f6f55f62a1ada0fd173ebf
https://github.com/Perl/perl5/commit/51c4bdf3527d2e4039f6f55f62a1ada0fd173ebf
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate SvIV_please() param just once
Commit: c1bee3910fc96b0524cf78054c1bb35d8b5a322a
https://github.com/Perl/perl5/commit/c1bee3910fc96b0524cf78054c1bb35d8b5a322a
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate SvSetSV_(nosteal_)?and() params just once
Commit: 8c981be1c4c545858b5fcb3426da3a20e470078e
https://github.com/Perl/perl5/commit/8c981be1c4c545858b5fcb3426da3a20e470078e
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate Sv[INURU}V_set() params just once
Commit: 41bd242f6bcefea589954de06bef8b8256401827
https://github.com/Perl/perl5/commit/41bd242f6bcefea589954de06bef8b8256401827
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate isGV_with_GP(on|off)() param just once
Commit: fecef29147d516d89233c43e3a9c9800e6c7f9f4
https://github.com/Perl/perl5/commit/fecef29147d516d89233c43e3a9c9800e6c7f9f4
Author: Karl Williamson <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M sv.h
Log Message:
-----------
Evaluate SET_SVANY_FOR_BODYLESS_[IN]V() param just once
Since these are defined for just the core, we can add
STMT_START { ... } STMT_END
without repercussions
Compare: https://github.com/Perl/perl5/compare/75111994648b...fecef29147d5