In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/301ad625207ef46ac1523ebd84a529f440b62853?hp=0000000000000000000000000000000000000000>
at 301ad625207ef46ac1523ebd84a529f440b62853 (commit)
- Log -----------------------------------------------------------------
commit 301ad625207ef46ac1523ebd84a529f440b62853
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 25 23:24:49 2016 -0700
Make core use rstack; copy stack for xsubs
UNFINISHED!!! (In fact, barely started.)
M pp.h
M pp_hot.c
commit 660e62d3dba1e65d93b1cb36c65307fddaafe083
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 18 18:08:28 2016 -0700
perl.h: defines for refcounted stack
M perl.h
commit 39709fea0cf54dec764057addd249e1c81569b7b
Author: Father Chrysostomos <[email protected]>
Date: Sat Jul 16 23:08:15 2016 -0700
Add XSUB flag for refcounted stack
Subs with this flag will use perlâs default refcounted stack. Other
subs will get the stack copied to the old non-refcounted stack when
they are called.
M cv.h
commit 5f3a3bcc64fc021877691b3e7f3909e95d9ca019
Author: Father Chrysostomos <[email protected]>
Date: Sat Jul 16 00:52:17 2016 -0700
Add intrp vars for a refcounted stack
M embedvar.h
M intrpvar.h
-----------------------------------------------------------------------
--
Perl5 Master Repository