From 02c3d0ab1ec217b075c577cb778b3fdf7f6b9a8a Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 19 Jun 2005 17:38:41 +0000 Subject: [PATCH] 0.9.1.58: Really stack-allocate dx closures on x86-64. --- make-config.sh | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/make-config.sh b/make-config.sh index e875071..9fc7c2d 100644 --- a/make-config.sh +++ b/make-config.sh @@ -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! diff --git a/version.lisp-expr b/version.lisp-expr index 3b49b95..1d83649 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4