This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store a pointer to the op in struct block_loop, rather than the
authorNicholas Clark <nick@ccl4.org>
Sun, 17 Sep 2006 00:06:53 +0000 (00:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 17 Sep 2006 00:06:53 +0000 (00:06 +0000)
commit022eaa24f0f108e678e18c854c6eb92c735188c5
treef7fa1f84dbfad01af797e9d57590d92ee5396ef7
parent26844e2782d7192ed739172c5303bb52947596dc
Store a pointer to the op in struct block_loop, rather than the
pointers to last and redo. (for ithreads also drop the next pointer,
as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.

p4raw-id: //depot/perl@28858
cop.h
pp_ctl.c
scope.c
sv.c