This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid redundant reload of PL_op in the runloop.
authorHugo van der Sanden <hv@crypt.org>
Thu, 15 Apr 2010 12:05:38 +0000 (13:05 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Apr 2010 12:05:38 +0000 (13:05 +0100)
commit339aac22c2768aa840858c042e33fbf04d4f51ed
treedda1cd464cb11bcdc83fa42e717958fdc03b4765
parentf410a2119920dd04690025a349e79575cfb9c972
Avoid redundant reload of PL_op in the runloop.

(gcc, at least, generates suboptimal code without this dirty great hint)
run.c