1.0.43.39: proclaimed function types and NOTINLINE
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 9 Oct 2010 23:09:26 +0000 (23:09 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 9 Oct 2010 23:09:26 +0000 (23:09 +0000)
commit6bd6f66558995e0c4b353525255f8a85f25c54aa
treecd9767146f3347467497836574d34f893b1e9cbb
parent989f5a77df0dbf4557eda6fb92c4365e19818598
1.0.43.39: proclaimed function types and NOTINLINE

 Declaring a function NOTINLINE no longer causes the compiler
 to ignore its proclaimed FTYPE.

 Trusting the proclaimed type is harmless, as NOTINLINE calls
 are compiled just like regular (as opposed to inlined) calls.
NEWS
src/compiler/ir1tran.lisp
tests/compiler.impure.lisp
version.lisp-expr