On Tue, Sep 13, 2011 at 4:03 PM, Robert Goldman <[email protected]> wrote:

> Is there a way to specifically run the tests on ecl using the byte
> compiler?  If not, should we develop such a capability and add it to our
> test suite?
>

I do not think this has been actually considered in the ASDF sources, but
activating the bytecodes compiler (if it does not come active by default) is
just

(ext::install-bytecodes-compiler)

while loading the ordinary compiler is done through

(require :cmp)

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
_______________________________________________
asdf-devel mailing list
[email protected]
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to