<div class="gmail_quote">On Thu, May 31, 2012 at 12:16 AM, 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">

Is it possible to enable lisp-to-c compiler, compile something, than switch<br>
to bytecode compiler, compile some files and load some file, than switch back?<br>
(I saw that (require :cmp) loads lisp-to-c compiler, but is it possible to swithc back?<br>
is there another interface to enable/disable lisp-to-c compiler other than (require :cmp)?)</blockquote></div><br>In principle, (load "sys:cmp") used to do the trick, but that seems like a hack. Hence, I will add a new function, C:INSTALL-C-COMPILER, to do the job.<div>

<br></div><div>However, I fear that ASDF will not particularly enjoy your switching between compilers. I believe the names of the files are hardcoded in the modules the first time they are built and thus when you switch compiler they will probably not get recompiled for the new target.</div>

<div><br></div><div>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><br>


</div>