|
[Sbcl-commits] CVS: sbcl NEWS,1.484,1.485 version.lisp-expr,1.1478,1.1479
From: Christophe Rhodes <crhodes@us...> - 2004-03-01 15:27
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21883
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.8.5:
Implemented *-MOD32 on the PPC
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -d -r1.484 -r1.485
--- NEWS 26 Feb 2004 08:36:22 -0000 1.484
+++ NEWS 1 Mar 2004 15:08:21 -0000 1.485
@@ -2317,6 +2317,8 @@
* The runtime build system has been tweaked to support building
(on SPARC/SunOS) using a C compiler which invokes Sun's own
assembler and linker. (thanks to Nikodemus Siivola)
+ * optimization: implemented multiplication as a modular
+ (UNSIGNED-BYTE 32) operation on the PPC backend.
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1478
retrieving revision 1.1479
diff -u -d -r1.1478 -r1.1479
--- version.lisp-expr 27 Feb 2004 09:41:37 -0000 1.1478
+++ version.lisp-expr 1 Mar 2004 15:08:21 -0000 1.1479
@@ -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.8.4"
+"0.8.8.5"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.484,1.485 version.lisp-expr,1.1478,1.1479 | Christophe Rhodes <crhodes@us...> |