X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fgc.lisp;h=43c2b0726a4b5151ee0b124e07ace7a7077587ca;hb=69d60b456b07a0256f08df0d02484f361ce5737c;hp=f90150fb9030cdbe0f44ab5b1d77f5bd992d0031;hpb=5e4205cf17c3a04d4a8f6aed55c28b5a338caf47;p=sbcl.git diff --git a/src/code/gc.lisp b/src/code/gc.lisp index f90150f..43c2b07 100644 --- a/src/code/gc.lisp +++ b/src/code/gc.lisp @@ -236,7 +236,7 @@ environment these hooks may run in any thread.") ;; of things and not a bug. (when (plusp freed) (incf *n-bytes-freed-or-purified* freed))) - (sb!thread::reap-dead-threads))) + (sb!thread::reap-dead-threads))) ;; Outside the mutex, these may cause another GC. FIXME: it can ;; potentially exceed maximum interrupt nesting by triggering ;; GCs.