In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/4b5b0636134d69260447f5fb3cce3ead58f5e5f7?hp=0000000000000000000000000000000000000000>
at 4b5b0636134d69260447f5fb3cce3ead58f5e5f7 (commit)
- Log -----------------------------------------------------------------
commit 4b5b0636134d69260447f5fb3cce3ead58f5e5f7
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 25 23:24:49 2016 -0700
Make core use rstack; copy stack for xsubs
UNFINISHED!!!
M pp.h
M pp_hot.c
commit 4c793f8f1b13389b5cfb8bffdece96fd5161cb39
Author: Father Chrysostomos <[email protected]>
Date: Mon Aug 8 22:18:44 2016 -0700
Adjust mark macros to handle both stacks
M inline.h
M pp.h
commit 90d8db0ec36811d247c83784aa97c0158ee21154
Author: Father Chrysostomos <[email protected]>
Date: Sun Jul 31 18:31:32 2016 -0700
New rmarkstack_grow func for rc stack
You canât read the new body of the function without seeing stars.
M embed.fnc
M embed.h
M proto.h
M scope.c
commit 49ab53281405f527fbe760b4bdaa64440276c28f
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 ee5d17166482ca5922070c2fd4574240e30a3631
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 18 18:08:28 2016 -0700
perl.h: defines for refcounted stack
M perl.h
commit cad49c8574cadefe04d04c7abb105f7ad5b5fd69
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 737c5c53d7cc6cf8bec0568e1f06516ddeff2e12
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