1.0.43.56: make %INSTANCE-TYPEP always-translatable
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 14 Oct 2010 11:40:39 +0000 (11:40 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 14 Oct 2010 11:40:39 +0000 (11:40 +0000)
commit1799852c47cd0c29be71c259f1ab9df7ffb643c2
treea5671aaf44492c7d703a28baa0e542edb0d46164
parenteca61f35572d371982ebb601d0edefe5c9a942ae
1.0.43.56: make %INSTANCE-TYPEP always-translatable

 One way to make an SBCL that builds but cannot build itself is
 to change the compiler so that it fails to eliminate a full call
 to %INSTANCE-TYPEP.

 This doesn't change that, but at least makes such hosts fail in a
 place where the issue is easier to figure out than hitting "undefined
 function: %INSTANCE-TYPEP" during cold-init.
src/compiler/fndb.lisp
version.lisp-expr