develooper Front page | perl.perl5.porters | Postings from February 2023

Re: PERL_RC_STACK branch: first cut

Thread Previous | Thread Next
From:
demerphq
Date:
February 27, 2023 11:45
Subject:
Re: PERL_RC_STACK branch: first cut
Message ID:
CANgJU+WpWnv3gy6adtRVHVnjs7UAuZSRSzRrpcrQy5A56ORipA@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About