* Fixes small hash-table speed regression introduced in
1.0.10.14 (and hidden by the other improvements in that
commit).
* 15-30% speedup over .14 on common hash operations.
(zerop (hash-table-next-free-kv hash-table))))
(rehash-without-growing-p ()
(hash-table-needs-rehash-p hash-table)))
+ (declare (inline rehash-p rehash-without-growing-p))
(cond ((rehash-p)
;; Use recursive spinlocks since for weak tables the
;; spinlock has already been acquired. GC must be inhibited
;;; 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.10.45"
+"1.0.10.46"