0.pre7.20:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 27 Aug 2001 20:10:06 +0000 (20:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 27 Aug 2001 20:10:06 +0000 (20:10 +0000)
commitb5703d98da9ebfd688c87e14862ab4e26dc94d14
treeec4d540c17163c26e382f7526b33d5e88cbc76b4
parent022201adb9c68ed4f509457bb6e7d62a5c6a4d4c
0.pre7.20:
more post-IR1-interpreter cleanup: grepped down and killed
things matching FOR-INTERPRETER, COMPILE-FOR-EVAL,
DEBUGGING-INTERPRETER, EVAL-IN-FRAME, and LAMBDA-EVAL
deleted unused ALIEN:ALIEN-BOOLEAN symbol
(Now that the IR1 interpreter is gone, and some other code too,
this version has some 3400 (or 2.5%) fewer lines of
Lisp source code than sbcl-0.6.13 did.)
17 files changed:
package-data-list.lisp-expr
src/code/debug-int.lisp
src/code/debug.lisp
src/code/early-impl.lisp
src/code/eval.lisp
src/code/macros.lisp
src/code/target-alieneval.lisp
src/compiler/early-c.lisp
src/compiler/envanal.lisp
src/compiler/ir1opt.lisp
src/compiler/ir1tran.lisp
src/compiler/ir2tran.lisp
src/compiler/locall.lisp
src/compiler/main.lisp
src/compiler/target-disassem.lisp
src/compiler/target-main.lisp
version.lisp-expr