This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When reusing op slots, only zero as much as needed
authorFather Chrysostomos <sprout@cpan.org>
Thu, 28 Jun 2012 05:40:48 +0000 (22:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:21:01 +0000 (00:21 -0700)
commit5cb52f3093bcf0de944e346eec0a2848f4b10752
tree91e203051a9aaeb7e32f090d3ebf18ef49649c51
parente73728817537f826e284beffd686bfacb0b604e9
When reusing op slots, only zero as much as needed

If an op slot is reused for a smaller op, we only need to zero out the
space used for the op, not the whole slot.
op.c