* 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: boxed vectors (vectors of T or of FIXNUM) 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.
* enhancement: (sb-introspect:find-definition-sources-by-name x :vop) now
* bug fix: Loading a core with a discontiguous dynamic space now correctly
computes the amount of dynamic space used.
* bug fix: disassembler missing ",8" on SHLD
+ * bug fix: backtracing through INTERNAL-ERROR signal handlers on systems
+ that provide an "invalid" stack frame link for the signal handler
+ itself now use the saved-fp-and-pc mechanism to pick up from the stack
+ frame in the interrupt (signal) context. This is known to affect
+ threaded FreeBSD/x86-64.
* optimization: faster ISQRT on fixnums and small bignums
* optimization: faster and smaller INTEGER-LENGTH on fixnums on x86-64.
* optimization: On x86-64, the number of multi-byte NOP instructions used