Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9650
Modified Files:
Tag: ppc_gencgc_branch
version.lisp-expr
Log Message:
0.8.3.90.ppc_gencgc_branch.1:
* Replaced all allocation in vops/assembly with a single
allocation macro. Both nice for somewhat cleaning up code,
and making it far easier to change how allocation is done.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1275
retrieving revision 1.1275.2.1
diff -u -d -r1.1275 -r1.1275.2.1
--- version.lisp-expr 24 Sep 2003 11:06:27 -0000 1.1275
+++ version.lisp-expr 24 Sep 2003 20:03:12 -0000 1.1275.2.1
@@ -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.8.3.90"
+"0.8.3.90.ppc_gencgc_branch.1"
|