Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19281
Modified Files:
version.lisp-expr
Log Message:
0.9.13.1:
Improve SAP ref/set VOPs, inspired by Alistair Bridgewater's
comments in #lisp:
... MOV{S,Z}X can take EAs; don't bother with a temporary
(the equivalent VOPs for DATA-VECTOR-REF already did this;
so much for OAOO...);
... take this opportunity to consolidate VOPs and shrink the core.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2828
retrieving revision 1.2829
diff -u -d -r1.2828 -r1.2829
--- version.lisp-expr 27 May 2006 20:46:40 -0000 1.2828
+++ version.lisp-expr 28 May 2006 03:25:51 -0000 1.2829
@@ -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.13"
+"0.9.13.1"
|