From bc6365e855bf52e4d48beabbd8d8656393d33623 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Thu, 17 Apr 2003 21:27:39 +0000 Subject: [PATCH] 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.) --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4