This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/fold_grind.t: slight speed up
authorDavid Mitchell <davem@iabyn.com>
Wed, 23 Feb 2011 22:01:04 +0000 (22:01 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 23 Feb 2011 22:03:41 +0000 (22:03 +0000)
commit6f9cf5ec4be448b28bbdeecb00f087f3daf7a03c
tree034d2d25800770724f5f22ca95755775b9c93d3a
parent85882dd76b0be5c7cf58c00051cb99cb3be93242
t/re/fold_grind.t: slight speed up

Hoist a 'next' up a few levels from the innnermost loop, where its
condition is invariant. This shaves a few seconds off the execution time.
t/re/fold_grind.t