X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=83dade218fd0f2e44404dec71a54b82c5a65fc36;hb=1026ecf53d97cd568ab94f9a459e73bfa19d425b;hp=64a04a7932e62c53bcd0200352a3b15dd4c1b3f4;hpb=b8fe7c0afeb9901091ce781ba351d0513f2ee86d;p=sbcl.git diff --git a/NEWS b/NEWS index 64a04a7..83dade2 100644 --- a/NEWS +++ b/NEWS @@ -1277,7 +1277,14 @@ changes in sbcl-0.7.8 relative to sbcl-0.7.7: in several ways. (thanks to Alexey Dejneka) * fixed bug 181: compiler checks validity of user supplied type specifiers - * functions, which must signal errors, are no longer flushable + * cleaned up code flushing in optimization: Function calls which + should signal errors for safety purposes (e.g. which ANSI says + should signal errors when their arguments are of incorrect type) + are no longer optimized away. + * incremented fasl file version number, because changes in the + implementation of sequence functions like COERCE have old + internal utility functions like COERCE-TO-SIMPLE-VECTOR (used + in old inline expansions) to become undefined planned incompatible changes in 0.7.x: * When the profiling interface settles down, maybe in 0.7.x, maybe