In perl.git, the branch sprout/rstack has been created

<http://perl5.git.perl.org/perl.git/commitdiff/ce9a11a7a21de8c45f6ea74ccd4e426e39d65220?hp=0000000000000000000000000000000000000000>

        at  ce9a11a7a21de8c45f6ea74ccd4e426e39d65220 (commit)

- Log -----------------------------------------------------------------
commit ce9a11a7a21de8c45f6ea74ccd4e426e39d65220
Author: Father Chrysostomos <spr...@cpan.org>
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 34cbfe1b444c984a6f77aec0df95059ea8282134
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun Aug 7 15:53:40 2016 -0700

    Unify mark macros
    
    Use static inline functions to avoid having different code paths
    for GCC and non-GCC.  INCMARK is unused on CPAN and only used as
    a statement in core, so it can become a statement.

M       inline.h
M       pp.h

commit 5eb50870071eb3fd7f85bd3a4b2e3ebe20b86ad6
Author: Father Chrysostomos <spr...@cpan.org>
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 d69a44fdbb677f32aa94da9c09d3691e009ee5d6
Author: Father Chrysostomos <spr...@cpan.org>
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 f08a7f92310f9784289955205770cbc44f18853e
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Mon Jul 18 18:08:28 2016 -0700

    perl.h: defines for refcounted stack

M       perl.h

commit cb48320e4ebbab40601addc380df93f9dc972858
Author: Father Chrysostomos <spr...@cpan.org>
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 e86d8a971ea9cdf26ed62c4a8b8ec91e7e2cba89
Author: Father Chrysostomos <spr...@cpan.org>
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

Reply via email to