X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0030620782d7a2d61dfcae97119a57764e723763;hb=901f7fadc47486239d3eaa68745dae5832a74966;hp=e826d51e07f9f73475c7c395cbbc56fc1f326359;hpb=f12d81a211d0445806d3e9cae350dd328abda333;p=sbcl.git diff --git a/NEWS b/NEWS index e826d51..0030620 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ * new feature: the system now signals a continuable error if standard readtable modification is attempted. * optimization: faster generic arithmetic dispatch on x86 and x86-64. + * optimization: FORMAT ~D and ~F are now approximately 5% faster. + * tradeoff: constant FORMAT control strings are now compiled unless + SPACE > SPEED (previously only when SPEED > SPACE.) * bug fix: Red Hat Enterprise 3 mmap randomization workaround. (thanks to Thomas Burdick) * bug fix: DEFCLASS and ENSURE-CLASS-USING-CLASS are now expected to