In perl.git, the branch sprout/rstack has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c92c8868314eb43d4d3d5d0cf0dcaba78a0936ce?hp=d117a30680ee05d3baaadfee4c1960ae0585ab73>
- Log ----------------------------------------------------------------- commit c92c8868314eb43d4d3d5d0cf0dcaba78a0936ce Author: Father Chrysostomos <[email protected]> Date: Mon Jul 18 18:08:28 2016 -0700 perl.h: defines for refcounted stack ----------------------------------------------------------------------- Summary of changes: perl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.h b/perl.h index 2702cc1..b9fe4e2 100644 --- a/perl.h +++ b/perl.h @@ -7220,6 +7220,11 @@ extern void moncontrol(int); #endif /* DOUBLE_HAS_NAN */ +#define PERL_STACK_REFCOUNTED 1 +#ifdef PERL_CORE +# define PERL_STACK_LOCALLY_REFCOUNTED 1 +#endif + /* (KEEP THIS LAST IN perl.h!) -- Perl5 Master Repository
