In perl.git, the branch sprout/rstack has been created
<http://perl5.git.perl.org/perl.git/commitdiff/6204878631da1ca76fce69a4c8adaa25dcd44d7a?hp=0000000000000000000000000000000000000000>
at 6204878631da1ca76fce69a4c8adaa25dcd44d7a (commit)
- Log -----------------------------------------------------------------
commit 6204878631da1ca76fce69a4c8adaa25dcd44d7a
Author: Father Chrysostomos <[email protected]>
Date: Thu Aug 11 22:25:31 2016 -0700
onetuhoent
M perl.c
commit 85c511bf8088e7c9ef1df03470e780275ad8c4dd
Author: Father Chrysostomos <[email protected]>
Date: Wed Aug 10 23:02:35 2016 -0700
Consider this a crash course...
M cop.h
M inline.h
M op.c
M perl.c
M pp_hot.c
M scope.c
commit 145ba699c46c43521b6ddaba8c22c93b7956e9bc
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 dfcd52802fa43f5d32dde87eb08e1375d7e59deb
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 9e7099e0ee4ae1df3e47fca0b22569e3ae93b7fa
Author: Father Chrysostomos <[email protected]>
Date: Wed Aug 10 23:03:43 2016 -0700
perl.c: Inline CALL_LIST_BODY
into the only spot that calls it. This just makes the code at that
point clearer and easier to edit.
M perl.c
commit 15bd17955d447e3516735382fe8e41659b449e56
Author: Father Chrysostomos <[email protected]>
Date: Mon Aug 8 22:31:46 2016 -0700
sv.c: Clone new refcounted stacks
M sv.c
commit 0c16bad5cbc8d9d3d85ad57679bce9149cecdaec
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 4f3dc3c7dfc61936bc81ebc13c7f4eee109dd0fd
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 be0587af7fa0f055b4ebe7cd32bb93482853de1a
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 18 18:08:28 2016 -0700
perl.h: defines for refcounted stack
M perl.h
commit e5bae74ee4d36340c5a82202852a850a391dfc5d
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 87032d4710c0a77e7b30aa1e8da8e42f2bb6b289
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