Hi!<br>Will jhc strictly generate only c code ?<br>I know the llvm compiler framework (<a href="http://llvm.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">llvm.org</a>), and what do you think of using llvm for (imperative) backend instead of current c backend.<br>

LLVM can generate c code too and it supports many platforms (X86, IA64, SPARC, ARM, MIPS, SPU, POWERPC) and also handles all platform specific stuff.<br>LLVM uses an intermediate language (typed risk lile language), and uses SSA form. Many optimizations can be done via llvm.<br>

and llvm supports JIT (Just In Time ) compilationm, taht can be useful for interactive (interpreters) use of haskell.<br><br>any opinion ?<br><br>Cheers,<br><span class="sg">Csaba Hruska<br></span><br>P.S.:<br>I&#39;m new here so let me to introduce: My name is Csaba Hruska, i&#39;m in the 5th year in university&nbsp; (BME budapest, hungary). i&#39;m studiyng computer science.<br>

<br>