|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.3867,1.3868
From: Nikodemus Siivola <demoss@us...> - 2008-02-19 16:06
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7440 Modified Files: version.lisp-expr Log Message: 1.0.14.39: make GENCGC gencgc_zero_check=1 proof again * 0.9.8.19 moved zeroing from GC time to allocation time, but after the point where the check was done -- thus causing the check to fail immediately if it was turned on. This commit moves the check after the zeroing, so we're good again. ...which also means that gencgc_zero_check=1 is not very interesting anymore, since the zeroing happens in the immediate vicinity of the check. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.3867 retrieving revision 1.3868 diff -u -d -r1.3867 -r1.3868 --- version.lisp-expr 19 Feb 2008 10:18:06 -0000 1.3867 +++ version.lisp-expr 19 Feb 2008 16:06:34 -0000 1.3868 @@ -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.14.38" +"1.0.14.39" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.3867,1.3868 | Nikodemus Siivola <demoss@us...> |