This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "op.c: Don’t keep looping when we see potential common vars"
authorFather Chrysostomos <sprout@cpan.org>
Sun, 12 Oct 2014 18:22:49 +0000 (11:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Oct 2014 18:22:49 +0000 (11:22 -0700)
commitaede6a0450b5f9e2edd1c2fbd17dabeb526d8098
tree96256232876a0fbb14caae99b9c18fa8c4659826
parent73f4c4fe76492cf68c8a57ccae33a9a3e5a87206
Revert "op.c: Don’t keep looping when we see potential common vars"

This reverts commit bd2688c4c50527e5796ba4bc132c379f11e57112.

It seemed like an obvious optimisation, until it dawned on me that
this loop is doing two things, not just searching for common vars.
op.c