From 2af760d3b90689112e6418ec85cc604351b15895 Mon Sep 17 00:00:00 2001 From: Lutz Euler Date: Sun, 12 Aug 2012 20:17:17 +0200 Subject: [PATCH] Add some missing launchpad references to NEWS. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 10693dc..58436b2 100644 --- a/NEWS +++ b/NEWS @@ -12,11 +12,11 @@ changes in sbcl-1.0.58 relative to sbcl-1.0.57: * optimization: On x86-64, code alignment of block headers is done with multi-byte NOPs now instead of repetitions of the single-byte NOP. * 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) + of unknown type; mapping into lists is no longer O(N^2). (lp#1001043, + 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. + function cannot escape. (lp#1002534) * optimization: SB-SEQUENCE:DOSEQUENCE is faster on vectors of unknown element type, and vectors that aren't SIMPLE-ARRAYs. * optimization: CL:SORT and CL:STABLE-SORT are more efficient in execution -- 1.7.10.4