Inform LOAD-CODE whether the component is toplevel
commit4b54938e6a4a5e33bab20e7a215bc991cd54f0f6
authorDouglas Katzman <dougk@google.com>
Sat, 8 Oct 2016 13:48:49 +0000 (8 09:48 -0400)
committerDouglas Katzman <dougk@google.com>
Sat, 8 Oct 2016 13:51:42 +0000 (8 09:51 -0400)
tree8254bb5d484f5324457b268c44a1ea0799d49c9d
parentd54dcb0fc385934848af4bb71284c8e2d8f482cd
Inform LOAD-CODE whether the component is toplevel

This can be used as a heuristic to determine the expected lifetime
of the newly created object. (Toplevel = ephemeral)
src/code/fop.lisp
src/code/target-load.lisp
src/compiler/dump.lisp
src/compiler/generic/genesis.lisp