[plt-scheme] [redex] what computation is happening?

From: Casey Klein (clklein at eecs.northwestern.edu)
Date: Thu Jun 3 11:01:31 EDT 2010

One more coping mechanism: if it's not too painful, split your 300
line module into several smaller ones, so that only the modules you
changed need to be recompiled.

On Thu, Jun 3, 2010 at 9:57 AM, Eric Tanter <etanter at dcc.uchile.cl> wrote:
> Thanks Casey, this brought down the 40 seconds to around 7-8 seconds.
>
> -- Éric
>
>
> On Jun 3, 2010, at 10:49 AM, Casey Klein wrote:
>> If you find the 40 seconds too painful, turn off debugging and profiling.
>>
>> 1. Select "Choose Language..." from the "Language" menu.
>> 2. Click the "Show Details" button for the module/#lang language.
>> 3. Edit the "Dynamic Properties."
>>
>> On my machine, running the R6RS model takes about 70 seconds with
>> debugging and profiling enabled but only 10 seconds without it.
>
>
>


Posted on the users mailing list.