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

From: Eric Tanter (etanter at dcc.uchile.cl)
Date: Thu Jun 3 11:05:48 EDT 2010

Thanks, I will try that probably later, because at this early stage many things are likely to change. 
(or will I see benefits also if I just put the syntax in one module and the reductions in another?)

-- Éric


On Jun 3, 2010, at 11:01 AM, Casey Klein wrote:

> 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.