1.0.11.10: remove useless WITHOUT-GCING
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 6 Nov 2007 13:43:25 +0000 (13:43 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 6 Nov 2007 13:43:25 +0000 (13:43 +0000)
* The surrounding WITH-RECURSIVE-SYSTEM-SPINLOCK
  has :WITHOUT-GCING T.

src/code/target-hash-table.lisp
version.lisp-expr

index 2e91474..6b25a6e 100644 (file)
@@ -497,8 +497,7 @@ multiple threads accessing the same hash-table without locking."
            (sb!thread::with-recursive-system-spinlock
                ((hash-table-spinlock hash-table) :without-gcing t)
              (when (rehash-without-growing-p)
-               (without-gcing
-                 (rehash-without-growing hash-table))))))))
+               (rehash-without-growing hash-table)))))))
 
 (declaim (inline update-hash-table-cache))
 (defun update-hash-table-cache (hash-table index)
index 84cd4b8..8d943dc 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.11.9"
+"1.0.11.10"