This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Make sure things are initialized
[perl5.git] / t / perf /
2017-01-21 David Mitchellavoid disabling utf8 pos cache on tainted strings
2017-01-07 David Mitchellt/perf/optree.t: remove obsolete comment
2017-01-06 David MitchellIn A && B, stop special-casing boolean-ness of A
2017-01-06 David Mitchelladd xor, grep, flip, flop to boolean cxt detection
2017-01-06 David Mitchellre-implement boolean context detection
2017-01-06 David Mitchelladd testing framework for boolean context
2017-01-06 David Mitchellt/perf/optree.t: add use warnings, strict
2016-12-16 David Mitchellregexes: make scanning for ANYOF faster
2016-12-07 Yves Ortonfixup new hash benchmarks to be lighter
2016-12-07 David Mitchellt/perf/benchmarks: tweak cachegrind explanation
2016-12-07 David Mitchellt/perf/benchmarks: explain how benchmarks are run
2016-12-06 Yves OrtonAdd some tests for hash keys of different sizes.
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-16 David Mitchelloptimise $ref1 = $ref2 better
2016-11-16 David Mitchellperf/benchmarks: tidy scalar assign benchmarks
2016-11-14 David Mitchell/t/perf/benchmarks: move expr::index:: to func::
2016-10-26 David MitchellBetter optimise array and hash assignment
2016-10-04 David Mitchellfix common assign issue on @a = (split(), 1)
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-27 David MitchellS_sv_2iuv_common(): optimise single digit strings
2016-08-10 David Mitchellin-place sort preserved element lvalue identity
2016-08-10 David MitchellPartially pessimise in-place sorting
2016-08-03 David Mitchellpeephole optimise op_other branch in OP_ARGDEFELEM
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