0.pre8.67:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 17 Apr 2003 21:27:39 +0000 (21:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 17 Apr 2003 21:27:39 +0000 (21:27 +0000)
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

index 42321ff..229d325 100644 (file)
@@ -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"