Reduce output from load and dump phase

This commit is contained in:
Douglas Katzman 2021-05-19 08:16:49 -04:00
parent e84b4091d6
commit 07daf5caf8
2 changed files with 4 additions and 3 deletions

View file

@ -57,8 +57,9 @@ if [ "$warm_compile" = yes ]; then
--eval '(sb-fasl::!warm-load "src/cold/warm.lisp")' --quit
fi
echo //doing warm init - load and dump phase
./src/runtime/sbcl --core output/cold-sbcl.core \
--lose-on-corruption $SBCL_MAKE_TARGET_2_OPTIONS --no-sysinit --no-userinit <<EOF
./src/runtime/sbcl --noinform --core output/cold-sbcl.core \
--lose-on-corruption $SBCL_MAKE_TARGET_2_OPTIONS \
--no-sysinit --no-userinit --noprint <<EOF
(progn ${devel})
(sb-fasl::!warm-load "make-target-2-load.lisp")
(setf (extern-alien "gc_coalesce_string_literals" char) 2)

View file

@ -181,7 +181,7 @@
(t
(!cold-lose "bogus operation in *!COLD-TOPLEVELS*"))))
(/show0 "done with loop over cold toplevel forms and fixups")
(terpri)
(unless (!c-runtime-noinform-p) (terpri))
;; Precise GC seems to think these symbols are live during the final GC
;; which in turn enlivens a bunch of other "*!foo*" symbols.