X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=b68f9ab76736dfcccf9c42019a0fdce03da13ba7;hb=38da35e372a6e6f353fe5559edf6fca6459ef966;hp=0b8c6c48521362638acffc3230bc246aa6349b0e;hpb=01807e5203a1c27c98c93b26eea3bd6562817f4f;p=sbcl.git diff --git a/NEWS b/NEWS index 0b8c6c4..b68f9ab 100644 --- a/NEWS +++ b/NEWS @@ -2175,9 +2175,14 @@ changes in sbcl-0.8.6 relative to sbcl-0.8.5: SBCL binary built from CLISP) * fixed a compiler bug: MV-LET convertion did not check references to the "max args" entry point. (reported by Brian Downing) + * tweaked disassembly notes to be less confident about proclaiming + some instruction as an LRA. (thanks to Brian Downing) * fixed some bugs revealed by Paul Dietz' test suite: ** compiler failure in compiling LOGAND expressions including a constant 0. + ** implementation of ASH-MOD32 on X86 did not work for the shift + greater than 32. + ** FLUSH-DEST did not mark blocks for type check regeneration. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles