X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4d10a6d9dee605d5ab451f3d3d036bc4bb20fb37;hb=a5f57fb517f9ce87e0a602c5d496a132a4527f5e;hp=6b64501465ecdab5ca02fb4d9dcf5b993b98ceba;hpb=3352e447d32d6786a5609cd53c6b3f2be7ab3e08;p=sbcl.git diff --git a/NEWS b/NEWS index 6b64501..4d10a6d 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ changes relative to sbcl-1.0.57: * optimization: MAP-INTO is substantially faster when the target sequence is of unknown type; mapping into lists is no longer O(N^2). (thanks to James M. Lawrence) + * optimization: the compiler no longer heap-conses to check exits in cases + where the exit function is dynamic extent, or when it can prove the exit + function cannot escape. * optimization: SB-SEQUENCE:DOSEQUENCE is faster on vectors of unknown element type, and vectors that aren't SIMPLE-ARRAYs. * bug fix: potential for infinite recursion during compilation of CLOS slot