|
[Sbcl-commits] CVS: sbcl NEWS,1.164,1.165 version.lisp-expr,1.552,1.553
From: Alexey Dejneka <adejneka@us...> - 2002-09-27 01:57
|
Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv4622
Modified Files:
NEWS version.lisp-expr
Log Message:
0.7.8.1:
VALUES-LIST is no longer flushed when its values is not used.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- NEWS 26 Sep 2002 15:18:38 -0000 1.164
+++ NEWS 27 Sep 2002 01:57:13 -0000 1.165
@@ -1297,6 +1297,9 @@
incremented seemed like the simplest and most conservative
thing to do.)
+changes in sbcl-0.7.9 relative to sbcl-0.7.8:
+ * fixed bug: VALUES-LIST is no longer optimized away
+
planned incompatible changes in 0.7.x:
* When the profiling interface settles down, maybe in 0.7.x, maybe
later, it might impact TRACE. They both encapsulate functions, and
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -d -r1.552 -r1.553
--- version.lisp-expr 26 Sep 2002 15:18:38 -0000 1.552
+++ version.lisp-expr 27 Sep 2002 01:57:13 -0000 1.553
@@ -18,4 +18,4 @@
;;; internal versions off the main CVS branch, it gets hairier, e.g.
;;; "0.pre7.14.flaky4.13".)
-"0.7.8"
+"0.7.8.1"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.164,1.165 version.lisp-expr,1.552,1.553 | Alexey Dejneka <adejneka@us...> |