Front page | perl.perl6.users |
Postings from August 2022
Re: BEGIN {} question
Thread Previous
|
Thread Next
From:
Tom Browder
Date:
August 29, 2022 15:42
Subject:
Re: BEGIN {} question
Message ID:
CAFMGiz94O2dh=kVxebgoDK-zpcs9BHB_nsZtxDZMOvSBpkC6BA@mail.gmail.com
On Mon, Aug 29, 2022 at 10:29 AM ToddAndMargo via perl6-users <
perl6-users@perl.org> wrote:
...
> Does the compiler make a full pass through
> the code before firing off the BEGIN routine
NO.
And I think you may be surprised how much speedup you may get by using the
precompiled-module "trick" for most of your 11,000-line program.
-Tom
Thread Previous
|
Thread Next