summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-5/+5
* refactor gv_add_by_typeDaniel Dragan2015-01-061-5/+5
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-0/+3
* Hoist switch-local variables.Jarkko Hietaniemi2014-11-271-6/+3
* Fix assert fail with my $x; sub() {$x}Father Chrysostomos2014-11-161-0/+1
* pad.c:cv_clone_pad: Avoid copying svFather Chrysostomos2014-11-131-1/+0
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-2/+0
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-5/+24
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-0/+12
* Remove most uses of PADMYFather Chrysostomos2014-09-241-1/+1
* Stop setting PADMY; renumber PADSTALEFather Chrysostomos2014-09-241-1/+0
* [perl #115254] Fix flag check on scope exitFather Chrysostomos2014-09-201-1/+1
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-1/+1
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-0/+16
* Unused return value.Jarkko Hietaniemi2014-09-181-1/+1
* op.c:ck_subr: reify GVs based on call checkerFather Chrysostomos2014-09-151-15/+7
* Turn on CVf_LEXICAL for lexical subsFather Chrysostomos2014-09-151-0/+2
* avoid local *f = \&foo resetting the method cachesyber2014-09-021-1/+1
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-3/+17
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-62/+1
* remove 1 read of interp var from PUSHMARKDaniel Dragan2014-06-091-2/+3
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-27/+27
* Commit 5c85b638cb45ea2b inadvertently broke the -DDEBUGGING build.Nicholas Clark2014-03-011-2/+5
* SAVEt_CLEARSV: only clear-in-place if RC==1David Mitchell2014-02-281-1/+1
* SAVEt_CLEARSV: handle SvOOK() speciallyDavid Mitchell2014-02-281-7/+10
* SAVEt_CLEARSV: expand SvOK_off() macroDavid Mitchell2014-02-281-1/+5
* SAVEt_CLEARSV: simplify SvREADONLY_off() conditionDavid Mitchell2014-02-281-1/+3
* SAVEt_CLEARSV: reindent after previous commitDavid Mitchell2014-02-281-17/+16
* SAVEt_CLEARSV: check common flagsDavid Mitchell2014-02-281-2/+14
* op.c:leave_scope: use mg_free before sv_force_normalFather Chrysostomos2013-09-131-3/+3
* Use SSize_t for arraysFather Chrysostomos2013-08-251-8/+16
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-1/+1
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-2/+19
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-5/+0
* Remove SAVEt_STACK_CXPOSFather Chrysostomos2013-08-051-3/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+5
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-0/+3
* eliminate PL_reg_stateDavid Mitchell2013-06-021-11/+0
* eliminate PL_reg_poscache, PL_reg_poscache_sizeDavid Mitchell2013-06-021-3/+0
* Remove PERL_ASYNC_CHECK() from Perl_leave_scope().Nicholas Clark2013-05-091-2/+0
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-1/+3
* Fix some ASAN-identified problemsGeorge Greer2013-03-121-2/+2
* scope.c: silence some compiler warningsDavid Mitchell2012-12-061-2/+3
* add SvREFCNT_dec_NN()David Mitchell2012-12-041-6/+6
* Optimise magic handling in save* and leave_scopeDavid Mitchell2012-12-041-19/+25
* refactor Perl_leave_scopeDavid Mitchell2012-12-041-204/+196
* save_int/i32 inline the long versionDavid Mitchell2012-12-041-16/+24
* Add SS_ADD_* macros and replace most SSPUSH* usesDavid Mitchell2012-12-041-57/+80
* Clear method caches when unwinding local *foo=sub{}Father Chrysostomos2012-11-291-0/+17