This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make RC-stack-aware: unwrap pp_not()
authorDavid Mitchell <davem@iabyn.com>
Mon, 2 Jan 2023 18:23:03 +0000 (18:23 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 16 Aug 2023 16:16:59 +0000 (17:16 +0100)
commit205fcd8410d3723b7bdb905ddd3e0e5deb0248ba
tree45dfdb8cb893090fa656007cfa32d2aa46f05bac
parent2fe263a83a681fe0487335b281f1f550728d8342
make RC-stack-aware: unwrap pp_not()

Remove the temporary wrapper from pp_not() and update it to directly
work in a refcounted-stack environment.

This is mainly a proof of concept to check that rpp_tryAMAGICun_MG() and
its underlying Perl_try_amagic_un() work ok.
pp.c