I&#39;ll definitely take a closer look.<br><br><div class="gmail_quote">On Thu, Feb 11, 2010 at 1:09 PM, John Meacham <span dir="ltr">&lt;<a href="mailto:john@repetae.net">john@repetae.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Thu, Feb 11, 2010 at 06:57:48PM +0100, Henning Thielemann wrote:<br>
&gt; John Van Enk schrieb:<br>
&gt; &gt; I need to be able to swap out the RTS. The place I want to stick Haskell<br>
&gt; &gt; absolutely needs its own custom RTS, and currently, I don&#39;t think it&#39;s<br>
&gt; &gt; all that easy or clean to do that.<br>
&gt; &gt;<br>
&gt; &gt; Am I wrong? Are there resources describing how to do this already?<br>
&gt;<br>
&gt; As far as I know JHC is intended to work without an RTS.<br>
<br>
</div></div>It is more that the RTS is generated as a part of the normal code<br>
generation process, this is done by implementing as much as possible in<br>
haskell itself, jhc has a very rich set of unboxed primitives, making it<br>
as expressible as c-- for the most part, for the bits of C I do need, I<br>
try to make them conditionally compilable, so parts that arn&#39;t used will<br>
not be included. all in all, the overhead is ~= 1k or so. A side effect<br>
is that jhc is very lightly coupled to any particular RTS, so<br>
experimenting with alternate ones is pretty straigtforward.<br>
<br>
        John<br>
<font color="#888888"><br>
--<br>
John Meacham - ⑆<a href="http://repetae.net" target="_blank">repetae.net</a>⑆john⑈ - <a href="http://notanumber.net/" target="_blank">http://notanumber.net/</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>