[racket] Long compilation+launch times

From: Noel Welsh (noelwelsh at gmail.com)
Date: Wed Aug 4 06:40:41 EDT 2010

On Wed, Aug 4, 2010 at 11:33 AM, Laurent <laurent.orseau at gmail.com> wrote:
>
> "Populate compile directories" is checked.
> This delay happens every time, even when I don't change anything in the
> sources.
> Now that I say it, it looks more like a launch time than a compile time.
> Is there a way to find the compile time alone ?

Try from the command line:

  mzc the-file.rkt

> All my modules contain only definitions, except for the top-level one. I
> suppose those these definitions are not re-evaluated completely at each
> `require'?

No, they are evaluated once.

HTH,
N.


Posted on the users mailing list.