Re: Why so slow

2019-04-27 Thread David Christensen
On 4/20/19 8:58 PM, ToddAndMargo via perl6-users wrote: Hi All, One liners are fast, but my own programs are very slow to start. I download https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6 To check it out and it also takes ten second to start. What gives? Many thanks,

precomp?

2019-04-27 Thread Gene Nardi
Hey. I’m just glad it doesn’t take a whole day for a run anymore. Like in the old days. Gene Nardi Sent from my iPhone

Re: Why so slow

2019-04-27 Thread Brad Gilbert
>From >https://brrt-to-the-future.blogspot.com/2018/07/perl-6-on-moarvm-has-had-jit-for-few.html > PS: You might read this and be reasonably surprised that Rakudo Perl 6 is > not, after all this, very fast yet. I have a - not entirely serious - > explanation for that: > 1. All problems in

Re: Why so slow

2019-04-27 Thread ToddAndMargo via perl6-users
On 4/20/19 8:58 PM, ToddAndMargo via perl6-users wrote: Hi All, One liners are fast, but my own programs are very slow to start. I download https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6 To check it out and it also takes ten second to start. What gives? Many thanks,

Re: precomp?

2019-04-27 Thread ToddAndMargo via perl6-users
>> >> Hi All, >> >> What exactly is the purpose of the ".precomp" >> directory? "Precompile?". >> >> Is there a way to get it to speed up the start >> of my programs? Right now anything of anything >> with any amount of size takes 10 seconds to start >> >> Many thanks, >> -T On 4/26/19 8:39