This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
startkve.t: Refactor setting of $errpat
[perl5.git] / t / perf /
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-02-03 David Mitchelladd a few grep and map 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 Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-02-27 Jarkko HietaniemiNo Scalar::Util under fresh miniperl.
2015-02-26 Tony Cook[perl #123202] speed up scalar //g against tainted...
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
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-11-11 David Mitchellperf/benchmarks.t: fix regex typo
2014-10-26 David Mitchelladd t/perf/benchmarks, t/perf/benchmarks.t
2014-10-26 David Mitchelladd t/perf/speed.t
2014-10-26 David Mitchellt/perf/optree.t: expand blurb
2014-10-26 David Mitchellrename t/op/opt.t -> t/perf/optree.t
2014-10-26 David Mitchelladd t/perf/, t/perf/opcount.t