In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/45f9f982dc5430364d39b34a9cb2fee3b06dbc07?hp=0000000000000000000000000000000000000000>
at 45f9f982dc5430364d39b34a9cb2fee3b06dbc07 (commit)
- Log -----------------------------------------------------------------
commit 45f9f982dc5430364d39b34a9cb2fee3b06dbc07
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 bae4f4e40f86b3a4b67e28c555759b18178ca7e8
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 0e2f3b503bd5d28b03c27eb35709c10667e8e2cf
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 18 18:08:28 2016 -0700
perl.h: defines for refcounted stack
M perl.h
commit f23f9e700300f062d0f15be63ca9d7be6930da48
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 d2024368032f7aab24df69b614ac468e82f4a326
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