Parallel make-host-2 improvement.
commit3492bd03a721a3a0870ab9273a2929c929847ada
authorDouglas Katzman <dougk@google.com>
Mon, 14 Mar 2016 03:54:58 +0000 (13 23:54 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 14 Mar 2016 03:54:58 +0000 (13 23:54 -0400)
treef46811c58d6b5bb64899ce9f4f44460c4727db01
parent88a06b1006dd10fe822e2431b60aa4a03836a933
Parallel make-host-2 improvement.

Instead of preloading all files for their compile-time effects,
only load up to but excluding the file to be compiled.
It's consistent with a serial build, avoids issues with
non-idempotent effects, and is possibly faster as well.
src/cold/compile-cold-sbcl.lisp
src/cold/shared.lisp