In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/41bac3a7f0f94df4b373bcf4f9784cdd4cd56da0?hp=0000000000000000000000000000000000000000>
at 41bac3a7f0f94df4b373bcf4f9784cdd4cd56da0 (commit)
- Log -----------------------------------------------------------------
commit 41bac3a7f0f94df4b373bcf4f9784cdd4cd56da0
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 00853984e5fc39864ae6e73969789e1a5e0d2a13
Author: Father Chrysostomos <[email protected]>
Date: Tue Jul 26 22:32:45 2016 -0700
Add rstack_grow function to grow refcounted stack
M embed.fnc
M embed.h
M proto.h
M scope.c
commit c798d55dc1ea85bf767c4c0b98f4e391176938bd
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 18 18:08:28 2016 -0700
perl.h: defines for refcounted stack
M perl.h
commit 82a5e34453c25afdef82b724e9222d6222ba3a48
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 ef111278cbd613b0bb452aca649ed69b0738c518
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