This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_method*: fixup wrapping
authorDavid Mitchell <davem@iabyn.com>
Fri, 13 Jan 2023 22:26:43 +0000 (22:26 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 16 Aug 2023 16:16:58 +0000 (17:16 +0100)
commitcf1d0cf9de66820fc1ccf08cb02868583582799c
treea2035e17cb8dc9c750ba478ac8e5022f44356cf7
parent91db8a47f9d2eed918a313748f8321d8c45329ad
pp_method*: fixup wrapping

The various method ops are sometimes naughty and substitute a different
object at the base of the current stack frame. This is "below"
the area of the stack normally processed by pp_wrap(), so the reference
count adjusting must be done manually.
pp_hot.c