[plt-dev] module language compilation tweak

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Aug 17 12:27:27 EDT 2009

Yes, it does. But it has been the default for more than a decade now,
so at least it isn't a new slowdown. :)

Also to note: errortrace slows down runtime, but often the thing that
is slow is compilation. Errortrace slows that down a little, but not
nearly as much. So, compared to the previous release, the change is
that the compilation is now cached, so overall a speed up.

Robby

On Mon, Aug 17, 2009 at 11:08 AM, Jon Rafkind<rafkind at cs.utah.edu> wrote:
> Robby Findler wrote:
>>
>> The default for the module language is now *with* errortrace enabled.
>> Note that this means that drscheme will be compiling
>> errortrace-enabled files and putting them into the compiled/
>> directories (in compiled/drscheme/errortrace).
>>
>>
>
> Doesn't enabling errortrace slow things down by a couple of factors? It
> seems like the user should actively enable errortrace (perhaps through some
> simple checkbox interface in drscheme).
>


Posted on the dev mailing list.