summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "pp_helem: Remove branch seemingly untaken (v2)"Steffen Mueller2015-04-081-1/+2
* [perl #123790] Assert fail with *x=<y>Father Chrysostomos2015-03-251-2/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* pp_helem: Remove branch seemingly untaken (v2)Steffen Mueller2015-03-151-2/+1
* Improve comments at head of pp_signature()David Mitchell2015-03-111-6/+6
* pp_hot.c: Note that amagic_call calls pp_pushmarkFather Chrysostomos2015-01-311-1/+2
* avoid C labels in column 0David Mitchell2015-01-211-2/+2
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-2/+4
* refactor gv_add_by_typeDaniel Dragan2015-01-061-4/+2
* fix -IV_MIN negationsDavid Mitchell2014-12-311-4/+5
* pp_hot.c:pp_concat: Remove SvGETMAGICFather Chrysostomos2014-12-271-3/+0
* pp_hot.c:pp_concat: Remove PUTBACK/SPAGAINFather Chrysostomos2014-12-271-3/+0
* [perl #103260] Fix s/// with long stringsFather Chrysostomos2014-12-231-4/+4
* 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