[plt-scheme] Drscheme boost programs performance

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Feb 19 09:07:17 EST 2009

The currently released version of DrScheme does not disable the JIT,
but it does add debugging annotations which have a significant
performance impact. (For non-teaching languages, this can be changed
in the language dialog.)

Robby

On Thu, Feb 19, 2009 at 7:53 AM, Noel Welsh <noelwelsh at gmail.com> wrote:
> Just a note: code running under DrScheme is slower than the same code
> running under MzScheme or MrEd. DrScheme disables the JIT, IIRC, so
> that it can report better error messages. Try your code in MrEd.
>
> N.
>
> On Thu, Feb 19, 2009 at 1:36 PM, Jesus Boadas <jboadas at gmail.com> wrote:
>> ...
>> network, I also get some UI demos and play with It, reading documentation
>> and looking for some answers, but (IMHO) I get a slow feeling response using
>> the UI aplications (like a feeling using a .NET application, no as bad as
>> java-vm but slow than C/C++), ...
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.