From fdf26d25ec052e697d18b2b22468e5d545c52a44 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Thu, 30 Jun 2016 15:26:25 +0100 Subject: [PATCH] NEWS updates --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 578c09f23..e8af5de8d 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,19 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.3.6: + * bug fix: preserve the name of the destructive function for the destroyed + constant and important result warnings, even when declared NOTINLINE. * optimization: faster operations on list-sets. * optimization: better type derivation of set functions. (lp#1592152) + * optimization: load-time TLS-INDEX assignment, and other + microoptimizations, on x86. + * optimizations in: + ** APPEND; + ** ECASE/ETYPECASE; + ** ARRAY-DIMENSIONS; + ** ARRAY-TOTAL-SIZE; + ** REMOVE, REMOVE-DUPLICATES, DELETE and DELETE-DUPLICATES on lists. changes in sbcl-1.3.6 relative to sbcl-1.3.5: * bug fix: do not insert conditional newlines in print-unreadable-object -- 2.11.4.GIT