On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote:
> It could be that the commit i just pushed to moarvm fixes this, please
> verify (the code doesn't crash with the patch)

Seems to work properly:

dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v
This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version 
2017.12-20-g57103408
implementing Perl 6.c.
dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my @a = 
(^10000)>>.Str'
Writing profiler output to profile-1515272304.87249.html
dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my @a = 
(^25000)>>.Str'
Writing profiler output to profile-1515272310.68317.html
dogbert@dogbert-VirtualBox ~/repos/rakudo $ 

Reply via email to