[racket] Long compilation+launch times
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.