|
[Sbcl-commits] CVS: sbcl OPTIMIZATIONS,1.1,1.2 version.lisp-expr,1.709,1.710
From: Alexey Dejneka <adejneka@us...> - 2002-12-27 11:05
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12042
Modified Files:
OPTIMIZATIONS version.lisp-expr
Log Message:
0.7.10.32:
Fix bug in CONSTANT-REFERENCE-P: function name may be
(SETF symbol).
Index: OPTIMIZATIONS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/OPTIMIZATIONS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- OPTIMIZATIONS 22 Dec 2002 14:19:52 -0000 1.1
+++ OPTIMIZATIONS 27 Dec 2002 11:05:20 -0000 1.2
@@ -11,7 +11,7 @@
* On X86 I is represented as a tagged integer.
* EQL uses "CMP reg,reg" instead of "CMP reg,im". This causes
- allocation of extra register and extra move.
+ allocation of an extra register and an extra move.
* Unnecessary move:
3: SLOT S!11[EDX] {SB-C::VECTOR-LENGTH 1 7} => t23[EAX]
@@ -63,3 +63,4 @@
last two moves.
* And why two moves?
+--------------------------------------------------------------------------------
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- version.lisp-expr 26 Dec 2002 20:05:03 -0000 1.709
+++ version.lisp-expr 27 Dec 2002 11:05:20 -0000 1.710
@@ -18,4 +18,4 @@
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.10.32"
+"0.7.10.33"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl OPTIMIZATIONS,1.1,1.2 version.lisp-expr,1.709,1.710 | Alexey Dejneka <adejneka@us...> |