|
[Sbcl-commits] CVS: sbcl NEWS, 1.1816, 1.1817 version.lisp-expr,
1.5034, 1.5035
From: Nikodemus Siivola <demoss@us...> - 2010-09-30 08:33
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14510
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.43.8: ALLOCATION-INFORMATION also provides the actual page
Important for figuring out why garbage is retained and why a page
keeps getting dirty.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1816
retrieving revision 1.1817
diff -u -d -r1.1816 -r1.1817
--- NEWS 30 Sep 2010 08:25:49 -0000 1.1816
+++ NEWS 30 Sep 2010 08:33:40 -0000 1.1817
@@ -2,6 +2,8 @@
changes relative to sbcl-1.0.43:
* enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the
external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs.
+ * enhancement: ALLOCATION-INFORMATION also provides the page the object
+ resides on.
* bug fix: compiler failed to derive the result-type of MAKE-ARRAY as
(AND VECTOR (NOT SIMPLE-ARRAY)) when appropriate. (lp#309130)
* bug fix: (THE (VALUES ...)) in LOAD-TIME-VALUE caused a compiler-error.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5034
retrieving revision 1.5035
diff -u -d -r1.5034 -r1.5035
--- version.lisp-expr 30 Sep 2010 08:25:49 -0000 1.5034
+++ version.lisp-expr 30 Sep 2010 08:33:40 -0000 1.5035
@@ -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".)
-"1.0.43.7"
+"1.0.43.8"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1816, 1.1817 version.lisp-expr, 1.5034, 1.5035 | Nikodemus Siivola <demoss@us...> |