This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make RC-stack-aware: invoking DB::postponed()
authorDavid Mitchell <davem@iabyn.com>
Sun, 15 Jan 2023 21:47:18 +0000 (21:47 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 16 Aug 2023 16:16:59 +0000 (17:16 +0100)
commit2cbade416bb3bddded5f599fd1cb59811471c46d
tree22404455aaf03ae48f344a2aad3ef5498838ea8e
parentb44950fdad89c3ce3ebac0f60cf8be61a14cc712
make RC-stack-aware: invoking DB::postponed()

Various places in core call DB::postponed(). This all happens in
places where the stack will be reference-counted, so fix the callers.
op.c