On Sun Jul 08 22:08:05 2012, pmichaud wrote:
> Now fixed in 9388218:
> 
>     pmichaud@kiwi:~/p6/rakudo$ cat x
>     my $str = 'x' x 30000;
>     say $str.chars;
> 
>     say 'start';
>     my @matches = $str.match(/./, :global);
>     say 'done';
>     say +@matches;
> 
>     pmichaud@kiwi:~/p6/rakudo$ ./perl6 x
>     30000
>     start
>     done
>     30000
> 
> I'm marking this ticket as 'testneeded' for now; but someone decides we 
> don't really need a test for this then I'm fine with closing the ticket 
> immediately.
> 
> Thanks,
> 
> Pm

I'm not sure roast is the place for testing this sort of thing. Perhaps 
something like perlbench once we notice a leak and write some code that exposes 
it?

Closing this ticket as fixed.
-- 
Will "Coke" Coleda

Reply via email to