On Sun, 26 Feb 2023 at 17:06, Dave Mitchell <davem@iabyn.com> wrote: > TL;DR: > The PR request > > Smoke me/davem/rc stack2 (PR #20858) > The branch name is: smoke-me/davem/rc_stack2 The github url is: https://github.com/Perl/perl5/pull/20858 To build it with the refcounted stack enabled: git checkout smoke-me/davem/rc_stack2 ./Configure ... -Accflags=-DPERL_RC_STACK make ... For instance i just did: ./Configure -Dusethreads -Doptimize=-g -d -Dusedevel -Dcc=ccache\ gcc -Dld=gcc -DDEBUGGING -Accflags=-DPERL_RC_STACK make -j16 TEST_JOBS=16 make test Cheers, Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"Thread Previous | Thread Next