<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 16, 2013 at 3:29 PM, Anton Vodonosov <span dir="ltr"><<a href="mailto:avodonosov@yandex.ru" target="_blank">avodonosov@yandex.ru</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">As ECL can compiles List to C, a C compiler generating LLVM code may be used<br>
(llvm-gcc or clang).<br></div></blockquote><div><br></div><div style>What Christian is doing is more what I thought should be done: automatically generating LLVM bytecode and loading it with LLVM, so that it is natively compiled. Using clang is not really winning anything: one may just as well use any other C ocmpiler</div>

<div style> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Juan Jose, Christian, how can you compare Lisp -> C -> LLVM with Lisp -> LLVM<br>


solution to ECL?</div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
My understantind (pure theoretical, I haven't tried any of that):<br>
if ECL can generate LLVM directly, it is a simplification to user, less tools to chain.<br>
But Lisp to LLVM required efforts to implement and will also take mainenance efforts.<br>
Christian, have you compared these options, or you were just guided by interest<br>
to learn/try your own Lisp -> LLVM implementation?</div></blockquote></div><br>ECL's current compiler generates C, but this is done on a second pass that may be abstracted out to use a different backend. This is what I was trying with the new compiler, but I found I do not have enough time for doing the compiler as well as the backend -- at least not in the near future. However, if Christian's tools for the generation of LLVM code are readable enough, I believe they could be used with ECL as well, coexisting with the C backend.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a>
</div></div>