and Pascal Costanza)
* bug fix: *COMPILE-FILE-PATHNAME* now contains the user's pathname
merged with *DEFAULT-PATHNAME-DEFAULTS*.
+ * bug fix: callbacks on OS X now preserve stack-alignment.
+ (thanks to Cyrus Harmon)
* enhancement: the x86-64 disassembler is much better at
disassembling SSE instructions. (thanks to Lutz Euler)
+ * enhancement: CHECK-TYPE on a variable now allows type-inference
+ (thanks to Vincent Arkesteijn)
* optimization: improved performance of EUC-JP external format.
(thanks to NIIMI Satoshi)
* optimization: performance improvements to IO on file streams of
(declare (optimize (speed 3)))
(1+ x))))
;; forced-to-do GENERIC-+, etc
- (assert (= count0 4))
+ (assert (> count0 0))
(handler-bind ((sb-ext:compiler-note (lambda (c) (incf count1))))
(compile nil '(lambda (x)
(declare (optimize (speed 3)))
;;; 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".)
-"0.9.6.27"
+"0.9.6.28"