X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fparms.lisp;h=4d4cebbbaf0e8a9006ddb816aa6570468f009cbe;hb=5ba61168c5e0ee518580d555dfc7fd64f9ff8a23;hp=7d0322448d50736ee5436836b888de8d0e8561a1;hpb=46c787a2d562c47d895d33b43de60f0bf6245762;p=sbcl.git diff --git a/src/compiler/x86-64/parms.lisp b/src/compiler/x86-64/parms.lisp index 7d03224..4d4cebb 100644 --- a/src/compiler/x86-64/parms.lisp +++ b/src/compiler/x86-64/parms.lisp @@ -110,13 +110,13 @@ (def!constant static-space-start #x20100000) (def!constant static-space-end #x201ff000) - (def!constant dynamic-space-start #x1000000000) + (def!constant dynamic-space-start #x1000000000) #!-openbsd - (def!constant dynamic-space-end #x11ffff0000) + (def!constant dynamic-space-end (!configure-dynamic-space-end #x11ffff0000)) #!+openbsd ;; This is lower on OpenBSD to allow SBCL to run under the default ;; 512M data size limit. - (def!constant dynamic-space-end #x101bcf0000) + (def!constant dynamic-space-end (!configure-dynamic-space-end #x101bcf0000)) (def!constant linkage-table-space-start #x20200000) (def!constant linkage-table-space-end #x202ff000)