Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 607eaf26a99ff76ab48877e68f1d7b005dc51575
https://github.com/Perl/perl5/commit/607eaf26a99ff76ab48877e68f1d7b005dc51575
Author: Richard Leach <[email protected]>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M pp.c
M t/op/split.t
Log Message:
-----------
pp_split: no SWITCHSTACK in @ary = split(...) optimisation
Commit: ab307de390c3459badcc89b3d77542b5b871b2e8
https://github.com/Perl/perl5/commit/ab307de390c3459badcc89b3d77542b5b871b2e8
Author: Richard Leach <[email protected]>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M pp.c
M t/op/split.t
Log Message:
-----------
pp_split: add TonyC's stack-not-refcounted-suggestion and tests
Compare: https://github.com/Perl/perl5/compare/634c46dd7f5e...ab307de390c3