X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=63f1842b9f34d413936b49a3c9af7d267fe665e6;hb=9264b512a21d1200fb9ab21874206c4bf436ed27;hp=2a4bd38371849ac955ea805717b867c0e1bc7332;hpb=2b030567c502db66fce76789c4e7cc49d4962bf4;p=sbcl.git diff --git a/NEWS b/NEWS index 2a4bd38..63f1842 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ changes in sbcl-1.0.20 relative to 1.0.19: SB-C::STACK-ALLOCATE-DYNAMIC-EXTENT, SB-C::STACK-ALLOCATE-VECTOR, and SB-C::STACK-ALLOCATE-VALUE-CELLS no longer exist. See documentation and SB-EXT:*STACK-ALLOCATE-DYNAMIC-EXTENT* for details. + * optimization: runtime lookup of function definitions can be + elided in more cases, eg: (let ((x 'foo)) (funcall foo)). * bug fix: fixed #427: unused local aliens no longer cause compiler breakage. (reported by Stelian Ionescu, Andy Hefner and Stanislaw Halik)