This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Perl_die_unwind(): remove unneeded assert
2016-02-03
David Mitchell
Perl_die_unwind(): remove unneeded assert
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add S_undo_inc_then_croak()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
POPEVAL: don't set optype
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add CX_POP(cx) macro: glorified cxstack_ix--
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
simplify CHANGE_MULTICALL_FLAGS
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
remove redundant croak code in pp_leavesublv
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
factor common code into POPSUB_ARGS()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_coreargs: rationalise @_ code
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
split some common POPSUB code into a macro
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make POPSUBST not cxstack_ix--
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
dowinwind(): move common CX_LEAVE_SCOPE() outside
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
dounwind: CX_LEAVE_SCOPE for CXt_SUBST too
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move blku_old_savestack_ix to base of cxt struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move sbu_oldsave into base of CX struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move CX_LEAVE_SCOPE outside the POPFOO's
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
do PL_tmps_floor save in PUSHBLOCK
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
do PL_tmps_floor restore in POPBLOCK
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
sort(!) out CXt_NULL and CXp_MULTICALL
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_sort: add missing CX_LEAVE_SCOPE()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
remove newpm param from POPBLOCK() macro.
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
reverse the order of POPBLOCK; POPFOO
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make PL_tmps_floor restore consistent
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
simplify S_leave_common() and callers
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate weird gimme calc in pp_leave()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate LEAVESUB() macro
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make LEAVESUB() always immediately follow POPSUB()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move CX_LEAVE_SCOPE into POPEVAL
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add CX_LEAVE_SCOPE(cx) macro
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
call LEAVE_SCOPE() before POPEVAL()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
POPBLOCK: don't set newsp and gimme
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move POPBLOCK after arg stack munging
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add PUSH/POPBASICBLK macros.
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_leavewhen(): skip POPWHEN()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_leavewhen: simply for() handling
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
rename S_dopoptogiven() to S_dopoptogivenfor()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add loop benchmark tests
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Make remaining context types avoid ENTER/LEAVE
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Consistently call leave_common() before POPFOO
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_given: avoid using savestack for old var
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
context: move couple of fields into block struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_enteriter, POPLOOP: simplify some code
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_enteriter: don't create new SV for GvSV slot
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add CXp_FOR_PAD, CXp_FOR_GV flags
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_enteriter: tidy itervar-setting code
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
for loops: don't refcount bump orig var
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
POPLOOP(): no need to mortalise current item
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Add itersave field to LOOP context struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
POPLOOP: call LEAVE_SCOPE()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_return(): reindent following previous commit
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_return(): handle dounwind() freeing args
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_leaveloop: use SVs_PADTMP|SVs_TEMP
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
S_leave_common(): simplify SVs_PADTMP handling
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
for my $x (...): $x is always stale
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_last: use debugging LEAVE variant
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
only call leave_common in non-void context
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
CXt_EVAL: save savestack_ix and tmps_floor in CX
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
move SAVETMPS next to PUSHEVAL
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
call_sv(), fold_const(): different CX pop test
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
CXt_FORMAT: save ss_ix and tmps_floor in CX struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): reduce life of padlist var
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub: unroll some CvFLAGS(cv) tests
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): reduce scope of gimme
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): don't prematurely calc hasargs
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
revamp pp_entersub()'s CV locating code
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
tweak POPSUB()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Eliminate ENTER/LEAVE from sub calls
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_hot.c: skip unnecessary test
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): simplify autoload logic
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): eliminate a label
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add old_tmpsfloor field to CXt_SUB context frame
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
PUSH_MULTICALL: move SAVETMPS later
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_dbstate: do SAVETMPS etc in both branches
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_sort: move SAVETMPS later
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_goto: do SAVETMPS etc in XS and non-XS branches
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): move SAVETMPS next to PUSHSUB
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): remove an unnecessary condition
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub(): mortal-copy args earlier
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_leavesub: simplify recursion test
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
clear_defarray(): clear @_ if possible
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_goto(): use clear_defarray()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
add Perl_clear_defarray()
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
avoid leaking @_ in goto
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
goto.t: add freeing CV test
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_goto: do the DIEing before the POPing
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate a goto in pp_goto (!)
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_goto: a couple of cosmetic changes
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make POP_SAVEARRAY() safe
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
t/perf/benchmarks: add a few sub and goto tests
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub: skip resetting @_
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
improve @_ commentary in pp_goto
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate the argarray field from the CX struct
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
assert that it's safe to remove CX.argarray field
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
Unwind save stack in sync with POPEVAL
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_goto: skip restoring PL_comppad
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
undef *_; goto &f: update cx.argarray
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
make "for my $lex {}" faster under ITHREADS
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
eliminate cx->blk_sub.oldcomppad
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
document unrolled PUSHSUB/POPSUB
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
save old PL_comppad in CXt_SUB/FORMAT block
commit
|
commitdiff
|
tree
2016-02-03
David Mitchell
pp_entersub: remove extraneous SAVETMPS
commit
|
commitdiff
|
tree
next