<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br></div></div>
GHCi doesn&#39;t perform any optimizations, so whenever you&#39;re running interpreted bytecode there&#39;s a significant performance hit. However, if you compile the code, you can run the compiled/optimized version from GHCi as well.<br>
<font color="#888888">
<br>
-- <br></font></blockquote><div><br></div><div>I missed out the optimization bit .... yes, that would make a difference.</div><div>However beyond that is it not just about graph reduction which should be the same? </div>
</div>