summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-1/+1
* pp_readline: Don’t set PL_last_in_gv to &PL_sv_undefFather Chrysostomos2014-12-151-0/+4
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+436
* Revert "Remove branch seemingly untaken"Steffen Mueller2014-12-051-1/+2
* Remove branch seemingly untakenSteffen Mueller2014-12-051-2/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-22/+53
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-291-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-1/+1
* speedup for SUPER::method() calls.syber2014-11-281-54/+86
* Remove op_const_class; just use the name on the stacksyber2014-11-241-10/+10
* This commit speeds up class method calls when class name is constant.syber2014-11-231-4/+10
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-2/+2
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-2/+2
* Don’t check OPpTARGET_MY on match ops at run timeFather Chrysostomos2014-11-091-2/+2
* Remove very obsolete commentFather Chrysostomos2014-10-201-3/+1
* foreach \$varFather Chrysostomos2014-10-111-0/+5
* Assignment to \(@array)Father Chrysostomos2014-10-111-4/+27
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-3/+3
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-2/+2
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-2/+2
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-0/+23
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-1/+7
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-4/+0
* Use cv_name in pp_hot.c:sub_crush_depthFather Chrysostomos2014-09-151-10/+1
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-5/+5
* Make S_method_common use gv_stashpvn instead of copypasted cache usagesyber2014-08-201-24/+6
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-40/+29
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-2/+2
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-23/+22
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-2/+2
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-2/+3
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-2/+2
* Reduce excessive stat calls in glob on VMS.Craig A. Berry2014-03-211-0/+4
* Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().Nicholas Clark2014-03-191-1/+1
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-53/+56
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-1/+5
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-4/+11
* pp_entersub(): simplify XSUB arg cleanup codeDavid Mitchell2014-02-271-6/+6
* pp_entersub(): tweak some varsDavid Mitchell2014-02-271-5/+8
* pp_entersub(): assign CvDEPTH to a local varDavid Mitchell2014-02-271-5/+5
* pp_entersub(): re-indent blockDavid Mitchell2014-02-271-54/+54
* tweak pp_entersubDavid Mitchell2014-02-271-18/+25
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-2/+2
* Make taint checking regex compile time instead of runtimeKarl Williamson2014-02-191-5/+2
* pp_concat: Only call SvPV_force_nolen when neededSteffen Mueller2014-02-101-4/+6
* pp_hot.c: Rmv unnecessary testKarl Williamson2014-01-221-2/+1
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-10/+19
* [perl #119811] Remove %DB::lsubFather Chrysostomos2013-10-281-1/+1
* pp_hot.c:pp_rv2av: Remove superfluous SPAGAINFather Chrysostomos2013-10-241-1/+0
* rv2hv does not use its TARGFather Chrysostomos2013-10-241-1/+1