mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Reduce output from load and dump phase
This commit is contained in:
parent
e84b4091d6
commit
07daf5caf8
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue