0.9.1.58:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 19 Jun 2005 17:38:41 +0000 (17:38 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 19 Jun 2005 17:38:41 +0000 (17:38 +0000)
Really stack-allocate dx closures on x86-64.

make-config.sh
version.lisp-expr

index e875071..9fc7c2d 100644 (file)
@@ -200,6 +200,7 @@ if [ "$sbcl_arch" = "x86" ]; then
     fi
 elif [ "$sbcl_arch" = "x86-64" ]; then
     printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack :linkage-table' >> $ltf
+    printf ' :stack-allocatable-closures' >> $ltf
 elif [ "$sbcl_arch" = "mips" ]; then
     # Use a little C program to try to guess the endianness.  Ware
     # cross-compilers!
index 3b49b95..1d83649 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.1.57"
+"0.9.1.58"