[Ecls-list] Performance comparison
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Sun Jun 29 12:34:40 UTC 2008
On Sun, Jun 29, 2008 at 11:51 AM, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> wrote:
> Ubuntu, running on an Intel/64 machine (A Quad-core with 8GB RAM),
> built with --enable-gengc --enable-smallcons
I just noticed there was some information missing. The times are for
_running_ the test suite of Maxima (http://maxima.sourceforge.net/),
as of the patches-for-ecl-branch plus the fixes I submitted to this
mailing list earlier. In the case of ECL the procedure involves the
following lines
1) Configure maxima:
cd maxima
./ecl -eval (load "configure") -eval (configure) -eval (quit)
2) Change to the source directory maxima/src
./ecl
(require 'asdf)
(asdf:oos 'asdf:load-op 'maxima)
(user::run)
run_testsuite();
In the case of SBCL and CLISP you can replace the ASDF related lines
by (load "maxima-build") followed by (maxima-compile)
Probably it would have been more fair to split the compilation and
test phases, but it was just a quick check, and I am pretty happy
about it :-)
Juanjo
--
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com
More information about the ecl-devel
mailing list