X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fgc.lisp;h=06d38a092d2b03ca50dba77528684be19e2a29fe;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=8a8fe4612fcb0261f9f2ffabf26d5bf12144984d;hpb=f6fb4d990ff434408cd6808c244255b4a301eb23;p=sbcl.git diff --git a/src/code/gc.lisp b/src/code/gc.lisp index 8a8fe46..06d38a0 100644 --- a/src/code/gc.lisp +++ b/src/code/gc.lisp @@ -13,9 +13,6 @@ ;;;; DYNAMIC-USAGE and friends -(declaim (special sb!vm:*read-only-space-free-pointer* - sb!vm:*static-space-free-pointer*)) - (eval-when (:compile-toplevel :execute) (sb!xc:defmacro def-c-var-fun (lisp-fun c-var-name) `(defun ,lisp-fun () @@ -288,6 +285,8 @@ run in any thread.") (when (sub-gc :gen (if full 6 gen)) (post-gc))) +(define-alien-routine scrub-control-stack sb!alien:void) + (defun unsafe-clear-roots () ;; KLUDGE: Do things in an attempt to get rid of extra roots. Unsafe ;; as having these cons more then we have space left leads to huge