From: William Harold Newman Date: Thu, 17 Apr 2003 21:27:39 +0000 (+0000) Subject: 0.pre8.67: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bc6365e855bf52e4d48beabbd8d8656393d33623;p=sbcl.git 0.pre8.67: PROFILE: new! improved! with extra CONSing! ...uses UNWIND-PROTECT so that functions with nonlocal exit don't appear to be free (with thanks to Dan Barlow for pointing out that UNWIND-PROTECT didn't need to be reimplemented:-) ...handles fixnum overflow in DCONSING (which was pointed out by Antonio Martinez) (Hopefully the correctness increase is worth the increased consing (by UNWIND-PROTECT) on every call. If not, comments/suggestions welcome.) --- diff --git a/version.lisp-expr b/version.lisp-expr index 42321ff..229d325 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.pre8.66" +"0.pre8.67"