X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fcompile-cold-sbcl.lisp;h=b0d2a5dd71f466e7d74fc8934f6f1ac6b8d36dd6;hb=4719b7d5d66c5930d3efd6a6d8e7572b16809f8d;hp=7bd002c509e64552c60720d3245aa7f4636394f3;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/cold/compile-cold-sbcl.lisp b/src/cold/compile-cold-sbcl.lisp index 7bd002c..b0d2a5d 100644 --- a/src/cold/compile-cold-sbcl.lisp +++ b/src/cold/compile-cold-sbcl.lisp @@ -14,8 +14,6 @@ (in-package "SB-COLD") -;;;; $Header$ - (defvar *target-object-file-names*) ;;; KLUDGE.. @@ -36,10 +34,8 @@ (declaim (ftype (function (&rest t) nil) sb!kernel::do-arg-count-error)) (let ((reversed-target-object-file-names nil)) - (for-stems-and-flags (stem flags) - (unless (find :not-target flags) - ;; FIXME: Remove these GC calls after fixing the problem of ridiculous - ;; bootstrap memory bloat. + (do-stems-and-flags (stem flags) + (unless (position :not-target flags) (push (target-compile-stem stem :assem-p (find :assem flags) :ignore-failure-p (find :ignore-failure-p