This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
optimise bare 'next'
[perl5.git] / t / perf / benchmarks
2016-02-03 David Mitchelloptimise bare 'next'
2016-02-03 David Mitchellpp_leavesub(): call FREETMPS and optimise
2016-02-03 David Mitchelloptimise sv_setsv_flags()
2016-02-03 David Mitchellbenchmarks: add some 'for' array iterating
2016-02-03 David Mitchelladd loop benchmark tests
2016-02-03 David Mitchellt/perf/benchmarks: add a few sub and goto tests
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-10-13 David Mitchellmake /fixed-substr/ much faster.
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-08-19 David Mitchellt/perf/benchmarks: 5.004 compat
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2014-12-08 Jarkko HietaniemiDetypo.
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 James RaspassTweak sv_pos_b2u_flags check in pp_index
2014-11-29 David Mitchelladd Porting/bench.pl
2014-10-26 David Mitchelladd t/perf/benchmarks, t/perf/benchmarks.t