On Tue, Sep 13, 2011 at 4:03 PM, Robert Goldman rpgoldman@sift.info 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