On Thu, May 31, 2012 at 12:16 AM, Anton Vodonosov <avodono...@yandex.ru>wrote:

> Is it possible to enable lisp-to-c compiler, compile something, than switch
> to bytecode compiler, compile some files and load some file, than switch
> back?
> (I saw that (require :cmp) loads lisp-to-c compiler, but is it possible to
> swithc back?
> is there another interface to enable/disable lisp-to-c compiler other than
> (require :cmp)?)


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.

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.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to