Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16274
Modified Files:
version.lisp-expr
Log Message:
0.9.9.5:
Reduce storage requirements for error trap information:
... shuffle around ANY-REG and DESCRIPTOR-REG storage classes
to make their SC-NUMBERs small, which makes SC-OFFSETs smaller,
which cuts down the size of SC-OFFSETs in error trap
information from three bytes to one byte;
... saves ~250KB in core files on PPC/OS X;
... only applies to RISCy platforms, as x86oid SC-OFFSETs already
fit into a single byte due to having a smaller number of
registers.
Bump the fasl file version, too.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2664
retrieving revision 1.2665
diff -u -d -r1.2664 -r1.2665
--- version.lisp-expr 26 Jan 2006 23:29:07 -0000 1.2664
+++ version.lisp-expr 27 Jan 2006 15:53:20 -0000 1.2665
@@ -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.9.4"
+"0.9.9.5"
|