Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13867
Modified Files:
version.lisp-expr
Log Message:
1.0.29.54.rc3: Make float tests consume less memory
* A test introduced in 1.0.29.44 uses a lot of memory during compilation. Split
the definition into multiple toplevel functions to avoid exhausting the heap.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4549
retrieving revision 1.4550
diff -u -d -r1.4549 -r1.4550
--- version.lisp-expr 1 Jul 2009 15:13:09 -0000 1.4549
+++ version.lisp-expr 6 Jul 2009 13:18:09 -0000 1.4550
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.29.54.rc2"
+"1.0.29.54.rc3"
|