[perl #113666] [BUG] Memory panic due to string transcoding for every match

2014-01-21 Thread Will Coleda via RT
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

[perl #113666] [BUG] Memory panic due to string transcoding for every match

2012-06-16 Thread Gerhard R.
# 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