0.9.10.45:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 20 Mar 2006 18:01:38 +0000 (18:01 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 20 Mar 2006 18:01:38 +0000 (18:01 +0000)
Move the dynamic space down a tiny bit on ppc/linux, since some
kernels map the stack at the end of our heap.

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

index 2ce0502..eddee91 100644 (file)
 (progn
   #!+gencgc
   (progn
-    (def!constant dynamic-space-start #x50000000)
-    (def!constant dynamic-space-end   #x7ffff000))
+    (def!constant dynamic-space-start #x4f000000)
+    (def!constant dynamic-space-end   #x7efff000))
   #!-gencgc
   (progn
-    (def!constant dynamic-0-space-start #x50000000)
-    (def!constant dynamic-0-space-end   #x67fff000)
-    (def!constant dynamic-1-space-start #x68000000)
-    (def!constant dynamic-1-space-end   #x7ffff000))
+    (def!constant dynamic-0-space-start #x4f000000)
+    (def!constant dynamic-0-space-end   #x66fff000)
+    (def!constant dynamic-1-space-start #x67000000)
+    (def!constant dynamic-1-space-end   #x7efff000))
 
   (def!constant linkage-table-space-start #x0a000000)
   (def!constant linkage-table-space-end   #x0b000000)
index 63ee192..aaaf20d 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.10.44"
+"0.9.10.45"