On Sat, Sep 05, 2009 at 04:15:44PM +0200, Joachim Schipper wrote: > On Tue, Sep 01, 2009 at 04:13:26PM -0700, Josh Elsasser wrote: > > The following patch updates lang/sbcl to 1.0.31. Notable changes > > include amd64 support, switching the host lisp from a static binary to > > clisp, removal of the /proc requirement for embedded cores, and > > default memory allocation sizes that are compatible with the default > > resource limits. > > > > Note that this patch add and deletes a few files. > > Works for me on amd64: builds without issues (though the CLISP-based > part is rather slow), and passes all regress test. Is there something > that would be useful to test?
Yes, unfortunately the CLISP-hosted build is quite slow. It would be nice if there were a better choice for a C-based CL implementation to use, but the only alternative (ECL) seems to be even slower. There is still the native_bootstrap option which uses an existing installed SBCL package, it's much quicker. I don't know of anything in particular that needs testing, just whatever CL code you might want to run under SBCL.