0.8.0.54:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 9 Jun 2003 16:21:16 +0000 (16:21 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 9 Jun 2003 16:21:16 +0000 (16:21 +0000)
commit2d4a0df3457bcd50916b33d374da592d8776db0a
tree631b50282b5f3a3db94230c93709addfa081f82d
parent5abc2bce01b292db23f3aca340243a65d9a920d8
0.8.0.54:
COMPILE-FILE and "static linking"
... we are allowed to consider references to functions defined
in the same file as such.  At present, we don't inline such
references, but merely use previously-derived type information
when compiling calls.
... also, since the consequences are undefined for multiple
definitions in the same file, add a warning for that case (and
fix the examples in the codebase itself :-)
NEWS
contrib/sb-simple-streams/cl.lisp
src/code/foreign.lisp
src/compiler/ir1final.lisp
src/compiler/ir1tran.lisp
src/compiler/main.lisp
src/pcl/vector.lisp
tests/compiler.test.sh [new file with mode: 0644]
version.lisp-expr