This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimise foreach my $i (reverse ...)
authorNicholas Clark <nick@ccl4.org>
Wed, 14 Jul 2004 20:55:30 +0000 (20:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 14 Jul 2004 20:55:30 +0000 (20:55 +0000)
commitef3e5ea91ec4f974a02ae36f5bcc9e91bcab852f
tree5afdbe2673bff0daa51e96345a9c7c541aaaff79
parentab7ee80f77caf2fe052e7d3d8de31097ada2baae
Optimise foreach my $i (reverse ...)
foreach without a lexical iterator not yet optimised

p4raw-id: //depot/perl@23108
ext/B/B/Concise.pm
op.c
op.h
pp_ctl.c
pp_hot.c