0.pre7.115:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 6 Jan 2002 15:41:06 +0000 (15:41 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 6 Jan 2002 15:41:06 +0000 (15:41 +0000)
commita0e89f991d9bb20341ea9a944c8fe2acf7f96b21
treead8a8554e7cc1c5df40f741874641365b941ae02
parentb05f52060838600d14b5d8ad4604a61351dd7017
0.pre7.115:
minor tweak in the new names: "SB-INT:&MORE processor for FOO"
is unnecessarily cryptic, and maybe
"varargs entry point for FOO" is better
bug 138, continued: It seems bad for WITH-BELATED-IR1-ENVIRONMENT
to be binding *CURRENT-COMPONENT* to something which has
already had COMPILE-COMPONENT called on it once and for
all. I added checks to stop this...
...made COMPILE-COMPONENT set (COMPONENT-INFO C)=:DEAD
(instead of just NILing it out)
...added some assertions that key operations aren't
applied to dead components
s/with-belated-ir1-environment/with-ir1-environment-from-node/
12 files changed:
BUGS
src/code/ntrace.lisp
src/compiler/checkgen.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1opt.lisp
src/compiler/ir1tran.lisp
src/compiler/ir1util.lisp
src/compiler/locall.lisp
src/compiler/macros.lisp
src/compiler/main.lisp
src/compiler/node.lisp
version.lisp-expr