1.0.18.13: adjust address-spaces for Windows 32
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 7 Jul 2008 07:57:18 +0000 (07:57 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 7 Jul 2008 07:57:18 +0000 (07:57 +0000)
 * Dynamic-space was too large after the last adjustment.

src/compiler/x86/parms.lisp
version.lisp-expr

index eebbe55..ff801c5 100644 (file)
   (def!constant static-space-end      #x221ff000)
 
   (def!constant dynamic-space-start   #x22300000)
-  (def!constant dynamic-space-end     #x60000000)
+  (def!constant dynamic-space-end     #x42300000)
 
   (def!constant linkage-table-space-start #x22200000)
   (def!constant linkage-table-space-end   #x222ff000))
index b95ecb4..9034d32 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".)
-"1.0.18.12"
+"1.0.18.13"