master: NEWS

stassats via Sbcl-commits <[email protected]> Sat, 27 Jun 2026 13:02:54 +0000
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  a248b46823a753e8dbd1fe7a3775d452dd6f7e47 (commit)
      from  73c2618272f721c00fdb3095accd4fb229eb2456 (commit)

- Log -----------------------------------------------------------------
commit a248b46823a753e8dbd1fe7a3775d452dd6f7e47
Author: Stas Boukarev <[email protected]>
Date:   Sat Jun 27 16:02:02 2026 +0300

    NEWS
---
 NEWS | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 0ddeff2e8..54e0124bb 100644
--- a/NEWS
+++ b/NEWS
@@ -9,18 +9,20 @@ changes relative to sbcl-2.6.5:
   * platform support:
     ** fix the build on big-endian 64-bit PowerPC with ELFv2.  (thanks to
        Piotr Kubaj)
-    ** move the static space address for Darwin on ARM64.  (lp#2156072,
+    ** move the static space address for macOS 27 on ARM64.  (lp#2156072,
        reported by Gary Palter)
-    ** improvements to UTF-8 conversion routines on ARM64.
     ** optimizations to SB-THREAD:BARRIER for ARM64.  (thanks to Sahil Kang)
     ** fix a compiler crash in MULTIPLE-VALUE-LIST in argument forms on ARM64.
        (lp#2155788, reported by Gary Palter)
   * bug fix: TRACE no longer fails when trying to print a return value that
-    cannot be printed readble and *PRINT-READABLY* is true.
+    cannot be printed readably and *PRINT-READABLY* is true.
   * optimization: the compiler is more precise in its type derivation of
     COERCE given constraints on its inputs.
   * optimization: the compiler is better able to derive the return types of
     AREF and ELT.
+  * optimization: faster encoding and decoding of UTF-8 C strings.
+  * optimization: (length (intersection a b)) doesn't cons an intermediate
+    list.
   * documentation: the manual now includes a section for SB-INTROSPECT, which
     has also seen improvement in its documentation strings and comments.
   * documentation: fixed many typesetting problems and typos in the user

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL