On Sun Jul 08 22:08:05 2012, pmichaud wrote:
> Now fixed in 9388218:
>
> pmichaud@kiwi:~/p6/rakudo$ cat x
> my $str = 'x' x 3;
> say $str.chars;
>
> say 'start';
> my @matches = $str.match(/./, :global);
> say 'done';
> say +@matches;
>
> pmichaud@kiwi:~/p6/ra
# New Ticket Created by "Gerhard R."
# Please include the string: [perl #113666]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113666 >
The regex-dna benchmark script (
https://github.com/perl6/perl6-examples/blob/mas