In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/090c65e667b4a0e2c5a2e362f966379f1212a76c?hp=0000000000000000000000000000000000000000>
at 090c65e667b4a0e2c5a2e362f966379f1212a76c (commit)
- Log -----------------------------------------------------------------
commit 090c65e667b4a0e2c5a2e362f966379f1212a76c
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 b837d8a1dd81c3fe38ff70006cd45beb8b4e8919
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 a71185d03641f56e470bb10de08f40b8da7c373c
Author: Father Chrysostomos <[email protected]>
Date: Mon Aug 8 22:31:46 2016 -0700
sv.c: Clone new refcounted stacks
M sv.c
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