X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=e42e100ec9cfdeded2a427e6ed962ce564ac1e3a;hb=0c3bbfaa2286626a2d915c8810f690aefc702661;hp=ab625a0d4e1e7e6ca69bba6fd40fee3649f8f467;hpb=979539d20a27f4315db9e1bde0a4413135cf8603;p=sbcl.git diff --git a/NEWS b/NEWS index ab625a0..e42e100 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,10 @@ changes relative to sbcl-1.1.14: execution. The previous behaviour can be obtained by instead setting that variable to :greedy. Thanks again to Google for their support, and, more crucially, to Alexandra Barchunova for her hard work. - * optimization: make-array with known element-type and unkown dimensions is + * optimization: make-array with known element-type and unknown dimensions is much faster. + * optimization: make-array with unknown element-type is faster as well. + (lp#1004501) * enhancement: sb-ext:save-lisp-and-die on Windows now accepts :application-type argument, which can be :console or :gui. :gui allows having GUI applications without an automatically appearing console window.