master: Adjust NEWS
apache--- via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via eb3d6740f548a013546f49338ffcfb146584f1e5 (commit)
from ecf9f81f924c719de1638bf6ff8bb577e9fdef49 (commit)
- Log -----------------------------------------------------------------
commit eb3d6740f548a013546f49338ffcfb146584f1e5
Author: Charles Zhang <[email protected]>
Date: Thu Aug 27 13:18:55 2026 +0200
Adjust NEWS
To be slightly more accurate.
---
NEWS | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 6db0815c3..b9b409146 100644
--- a/NEWS
+++ b/NEWS
@@ -19,11 +19,14 @@ changes relative to sbcl-2.6.7:
stack. (reported by Clint Seinen)
* bug fix: error reporting from STRING-TO-OCTETS reported using the wrong
string indices. (lp#2164924)
- * optimization: the compiler will "contify", or transform code written as
- mutually-calling local functions, along the lines of Fluet and Weeks'
- "Contification using Dominators" of 2001.
- * optimization: local call argument types are propagated more
- optimistically. (lp#486416, reported by Tobias Rittweiler)
+ * optimization: the compiler performs assignment conversion in nearly all
+ possible cases now, along the lines of Fluet and Weeks' "Contification
+ using Dominators" of 2001., which transforms state-machine-like code
+ written in terms of local functions into the equivalent tagbody/go control
+ structures.
+ * optimization: type inference of parameters is now possible for local
+ functions which recursively call themselves. (lp#486416, reported by
+ Tobias Rittweiler)
* optimization: special-case DPB with newbyte of 0 or -1.
* optimization: more improvements to UTF8 encoding and decoding.
* optimization: multiple structure TYPEP tests in sequence can elide
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL