Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: edd76359794ef974c5c6237e420f588141c5acba
https://github.com/Perl/perl5/commit/edd76359794ef974c5c6237e420f588141c5acba
Author: Lukas Mai <[email protected]>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M gv.c
M op.c
M pp_hot.c
M regen/op_private
Log Message:
-----------
remove internal calls to pp_pushmark()
Perl_pp_pushmark is a fairly simple function that does two things:
1. PUSHMARK(PL_stack_sp);
2. It returns PL_op->op_next.
All internal uses ignore the return value and can just use PUSHMARK
directly, without going through a pp_* function.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications