<br><br><div class="gmail_quote">On Tue, Feb 23, 2010 at 11:04 PM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Feb 23, 2010 at 3:00 PM, Sam Tobin-Hochstadt &lt;<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>&gt; wrote:<br>
&gt; You can also compile files with the &#39;mzc&#39; command-line program, which<br>
&gt; will both run faster and save the results of compilation and<br>
&gt; typechecking.<br>
<br>
</div>IIUC, the default settings in DrScheme (assuming you&#39;re using the<br>
Module language) will also have this effect; you may also see some<br>
speed up by choosing the &quot;No debugging or profiling&quot; in the &quot;details&quot;<br>
section of the language dialog. Note that your stack traces will get<br>
worse, tho (you&#39;ll still have some stack trace information, just not<br>
as much).<br>
<font color="#888888"><br>
Robby<br>
</font><div><div></div><div class="h5">_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
</div></div></blockquote></div><br>IME &quot;No debugging or profiling&quot; and turning off &quot;Preserve stacktrace&quot; helps a lot with Typed Scheme compilation performance. Interestingly when I&#39;m running from Emacs (using the excellent Geiser mode) compiling Typed Scheme code is a lot faster than using DrScheme.<br>
<br>Regarding the &quot;Populate compiled...&quot; option, I assume it is supposed to automatically compile to .zos when I run the module? Either I&#39;m doing something wrong or it doesn&#39;t work since I don&#39;t see any compiled files in my module directory...<br clear="all">
<br>-- <br>tomppa<br>