Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv18657
Modified Files:
BUGS version.lisp-expr
Log Message:
0.7.6.10:
suppressed DEFTRANSFORM CONCATENATE, since we still haven't
fixed bug 188 (so now CONCATENATE will presumably run
more slowly, but at least it won't have absurdly long
compile times)
Index: BUGS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/BUGS,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- BUGS 26 Jul 2002 10:03:39 -0000 1.167
+++ BUGS 29 Jul 2002 22:06:34 -0000 1.168
@@ -1409,7 +1409,9 @@
(sb-c::%dvai v i))
188: "compiler performance fiasco involving type inference and UNION-TYPE"
- In sbcl-0.7.5.11 on a 700 MHz Pentium III,
+ (In sbcl-0.7.6.10, DEFTRANSFORM CONCATENATE was commented out until this
+ bug could be fixed properly, so you won't see the bug unless you restore
+ the DEFTRANSFORM by hand.) In sbcl-0.7.5.11 on a 700 MHz Pentium III,
(time (compile
nil
'(lambda ()
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -d -r1.491 -r1.492
--- version.lisp-expr 29 Jul 2002 20:21:25 -0000 1.491
+++ version.lisp-expr 29 Jul 2002 22:06:34 -0000 1.492
@@ -18,4 +18,4 @@
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.6.9"
+"0.7.6.10"
|