Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7298
Modified Files:
version.lisp-expr
Log Message:
0.9.3.33
Add source transform for GET to eliminate hairy arg processing overhead.
Cache CLASS-INFO-OR-LOSE using the property list of the class name.
speeding up the function by a factor of about 3.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2297
retrieving revision 1.2298
diff -u -d -r1.2297 -r1.2298
--- version.lisp-expr 6 Aug 2005 11:31:09 -0000 1.2297
+++ version.lisp-expr 6 Aug 2005 15:24:19 -0000 1.2298
@@ -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.3.32"
+"0.9.3.33"
|