1.0.28.22: Fix deref of (alien (* t)) values
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 6 May 2009 21:12:08 +0000 (21:12 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 6 May 2009 21:12:08 +0000 (21:12 +0000)
commit4fba4f48670186616a081b0fc00076c2174ba77d
tree5fee2cb82b2df34ca33ecbc3798485d89b9c86b6
parent321fff35923fc7621307f3d8d6105cbef8511341
1.0.28.22: Fix deref of (alien (* t)) values

  When attempting to deref a value known to the compiler as an (alien
(* t)) issue a compiler note rather than attempting to open-code (the
type may be better known at run-time).

  Update NEWS with mention of the changes from 1.0.28.11 (oops).
NEWS
src/compiler/aliencomp.lisp
version.lisp-expr