This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve code comments for some ctx stuff
authorDavid Mitchell <davem@iabyn.com>
Wed, 30 Mar 2016 14:11:26 +0000 (15:11 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 30 Mar 2016 14:11:26 +0000 (15:11 +0100)
commitc349b9a040f3048e07809d40d2a1c12e8873b4ca
treea41b0cc2c8230702254c90f3577c07b2e2da177b
parentaea0412a260d9d7295c0a5bebb8bb6978dc02ccd
Improve code comments for some ctx stuff

* in pp_return(), some comments were out of date about how
  leave_adjust_stacks() is called ;
* add a comment to all the functions that pp_return() tail-calls to the
  effect that they can be tail-called;
* make it clearer when/why OPf_SPECIAL is set on OP_LEAVE;
* CXt_LOOP_PLAIN can be a while loop as well as a plain block.
cop.h
op.h
pp_ctl.c
pp_hot.c