<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;ll look into it, an issue is that I am looking for a GC I can use with<br>

the gcc backend. Other backends (such as cmm or jvm) come with their own<br>
garbage collectors, and although a native code generator would be neat,<br>
I wouldn&#39;t want to rely on one. In fact, rather than write a native code<br>
generator, I would likely want to write a standalone c-- compiler that I<br>
can bundle with jhc. In the end, grin is close enough to c-- that I<br>
don&#39;t think I lose anything in the translation.<br>
<div><div></div><div class="h5"><br>
        John<br>
</div></div></blockquote></div><br><br>Timber&#39;s only target at the moment is C.  So you can use it with gcc. <br><br>Let me see if I understand your intention for the long term correctly: <br>For native code jhc would emit C/C++ and use the native garbage collector. For everything else it would emit c-- which would then get compiled to the appropriate VM, utilizing that VM&#39;s GC? <br>
<br><br>