NEWS: Updates for recent PPC changes.
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Fri, 3 May 2013 03:37:56 +0000 (23:37 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Fri, 3 May 2013 03:41:16 +0000 (23:41 -0400)
  * I recently committed a small batch of PPC changes, but none of
them had NEWS entries.  This was not quite an oversight, as the
original changes were written prior to the 1.1.7 release, but now
that they've been committed they should at least be mentioned as
NEWS.

NEWS

diff --git a/NEWS b/NEWS
index 70a2743..43a5400 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,17 @@ changes relative to sbcl-1.1.7:
   * enhancement: RUN-PROGRAM supports a :DIRECTORY argument to set
     the working directory of the spawned process.
     (lp#791800) (patch by Matthias Benkard)
+  * enhancement: vectors can now be stack-allocated on PPC.
+  * enhancement: "fixed objects" can now be stack-allocated on PPC.
+  * enhancement: WITH-PINNED-OBJECTS no longer conses on PPC/GENCGC.
   * bug fix: type derivation for LOG{AND,IOR,XOR} scales linearly instead
     of quadratically with the size of the input in the worst case.
     (lp#1096444)
   * bug fix: handle errors when initializing *default-pathname-defaults*,
     sb-ext:*runtime-pathname*, sb-ext:*posix-argv* on startup, like character
     decoding errors, or directories being deleted.
+  * bug fix: Loading a core with a discontiguous dynamic space now correctly
+    computes the amount of dynamic space used.
   * optimization: faster ISQRT on fixnums and small bignums
   * optimization: faster and smaller INTEGER-LENGTH on fixnums on x86-64.