<br><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 2:26 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;">
On Wed, Feb 24, 2010 at 12:44 AM, Tomi Neste &lt;<a href="mailto:tomi.neste@gmail.com">tomi.neste@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Feb 23, 2010 at 11:04 PM, Robby Findler<br>
&gt; &lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; 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;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; You can also compile files with the &#39;mzc&#39; command-line program, which<br>
&gt;&gt; &gt; will both run faster and save the results of compilation and<br>
&gt;&gt; &gt; typechecking.<br>
&gt;&gt;<br>
&gt;&gt; IIUC, the default settings in DrScheme (assuming you&#39;re using the<br>
&gt;&gt; Module language) will also have this effect; you may also see some<br>
&gt;&gt; speed up by choosing the &quot;No debugging or profiling&quot; in the &quot;details&quot;<br>
&gt;&gt; section of the language dialog. Note that your stack traces will get<br>
&gt;&gt; worse, tho (you&#39;ll still have some stack trace information, just not<br>
&gt;&gt; as much).<br>
&gt;&gt;<br>
&gt;&gt; Robby<br>
&gt;&gt; _________________________________________________<br>
&gt;&gt;  For list-related administrative tasks:<br>
&gt;&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt; IME &quot;No debugging or profiling&quot; and turning off &quot;Preserve stacktrace&quot; helps<br>
&gt; a lot with Typed Scheme compilation performance. Interestingly when I&#39;m<br>
&gt; running from Emacs (using the excellent Geiser mode) compiling Typed Scheme<br>
&gt; code is a lot faster than using DrScheme.<br>
<br>
Likely because you&#39;re running in a mode that is equivalent to<br>
disabling those things (the default from the commandline tools).<br>
<br>
&gt; Regarding the &quot;Populate compiled...&quot; option, I assume it is supposed to<br>
&gt; automatically compile to .zos when I run the module?<br>
<br>
Yes.<br>
<br>
&gt; Either I&#39;m doing<br>
&gt; something wrong or it doesn&#39;t work since I don&#39;t see any compiled files in<br>
&gt; my module directory...<br>
<br>
Look in compilled/drscheme/, relative to your source files.<br>
<font color="#888888"><br>
Robby<br></font></blockquote><div> </div></div>Hmm, I have /home/tomppa/Projects/collects/ included in my collections path and a file /home/tomppa/Projects/collects/foo/foo.ss in there.  I also have a symlink to my collects in ~/.plt-scheme/4.2.4/<br>
<br>After I run the foo.ss from DrScheme there are still no .zos anywhere. I tried manually adding the compiled/drscheme directories first but no change. Running mzc from shell works fine.<br><br>I have v4.2.4 running on Ubuntu but I think I didn&#39;t get it working with earlier versions (with XP &amp; Ubuntu) either.<br>
<br>-- <br>tomppa<br>