Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7170
Modified Files:
version.lisp-expr
Log Message:
0.9.14.9:
Introduce out-of-line ALLOCATE-CONS routines on x86.
Saves ~250K+ of core space. The allocation sequences for other
objects could be profitably out-of-lined in the same fashion;
one and two word bignums would be the next candidates.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2890
retrieving revision 1.2891
diff -u -d -r1.2890 -r1.2891
--- version.lisp-expr 6 Jul 2006 06:14:17 -0000 1.2890
+++ version.lisp-expr 8 Jul 2006 17:04:23 -0000 1.2891
@@ -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".)
-"0.9.14.8"
+"0.9.14.9"
|