0.pre7.14.flaky4.1:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 20 Aug 2001 16:54:04 +0000 (16:54 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 20 Aug 2001 16:54:04 +0000 (16:54 +0000)
commit3b45a7b66afe95080562d266dd447b1286abece0
treef102ed78f35bb868b621ab5276c5038124b6289e
parent7c07a6f965c51828d8f452b47e0620d8e6cf2959
0.pre7.14.flaky4.1:
(This version builds under older versions of SBCL, but can't
build under itself, dying somewhere in
defun-load-or-cload-xcompiler.lisp.)
fixed (FUNCALL (COMPILE NIL (LAMBDA (X) (+ X 2))) 3) problem
under new #!-SB-INTERPRETER implementation of EVAL..
..should usually be quoted, (COMPILE NIL '(LAMBDA ..))
..When it's not quoted, so that under the new EVAL the LAMBDA
will be a (byte-)compiled function, COMPILE shouldn't
fail, it should pass the compiled function through.
deleted unused *BACKEND-INFO-ENVIRONMENT*
package-data-list.lisp-expr
src/cold/shared.lisp
src/compiler/backend.lisp
src/compiler/knownfun.lisp
src/compiler/main.lisp
src/compiler/target-main.lisp
tests/time.pure.lisp
tests/type.impure.lisp
version.lisp-expr