Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11916
Modified Files:
version.lisp-expr NEWS
Log Message:
0.9.15.1:
Faster implementation of the LOGCOUNT VOP for x86 and x86-64,
and an faster BIGNUM-LOGCOUNT on all platforms. (Patch from
Lutz Euler on sbcl-devel, "Patch: Optimisation of LOGCOUNT" on
2006-07-23).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2915
retrieving revision 1.2916
diff -u -d -r1.2915 -r1.2916
--- version.lisp-expr 26 Jul 2006 20:50:20 -0000 1.2915
+++ version.lisp-expr 28 Jul 2006 01:08:41 -0000 1.2916
@@ -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.15"
+"0.9.15.1"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -d -r1.1026 -r1.1027
--- NEWS 20 Jul 2006 11:02:18 -0000 1.1026
+++ NEWS 28 Jul 2006 01:08:41 -0000 1.1027
@@ -1,4 +1,8 @@
;;;; -*- coding: utf-8; -*-
+changes in sbcl-0.9.16 relative to sbcl-0.9.15:
+ * optimization: faster LOGCOUNT implementation on x86 and x86-64
+ (thanks to Lutz Euler)
+
changes in sbcl-0.9.15 relative to sbcl-0.9.14:
* added support for the ucs-2 external format. (contributed by Ivan
Boldyrev)
|