Only modules get precompiled currently. If you want your code to get precompiled, put most of it into a module.
On Fri, Apr 26, 2019 at 9:58 PM ToddAndMargo via perl6-users <perl6-us...@perl.org> wrote: > > 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