|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.5145,1.5146
From: Alastair Bridgewater <lisphacker@us...> - 2010-11-27 03:02
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27442
Modified Files:
version.lisp-expr
Log Message:
1.0.44.35: Use DX-FLET instead of FLET in WITHOUT-{INTERRUPTS,GCING}.
* With the local functions declared to be DYNAMIC-EXTENT, the
new d-x closure analysis can elide the value cells involved
entirely.
* This fixes lp#674458 (introduced in 1.0.44.16).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5145
retrieving revision 1.5146
diff -u -d -r1.5145 -r1.5146
--- version.lisp-expr 27 Nov 2010 03:01:50 -0000 1.5145
+++ version.lisp-expr 27 Nov 2010 03:02:03 -0000 1.5146
@@ -20,4 +20,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".)
-"1.0.44.34"
+"1.0.44.35"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.5145,1.5146 | Alastair Bridgewater <lisphacker@us...> |