X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fparms.lisp;h=1dbc383fb17ffc9d1afe423d89046f9d1e148a7e;hb=abb03f939ada55bdc1856df5cc48815fd0dff69d;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..1dbc383 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)) #!+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) @@ -177,9 +177,6 @@ ;; For GC-AND-SAVE *restart-lisp-function* - ;; For the UNWIND-TO-FRAME-AND-CALL VOP - *unwind-to-frame-function* - ;; Needed for callbacks to work across saving cores. see ;; ALIEN-CALLBACK-ASSEMBLER-WRAPPER in c-call.lisp for gory ;; details.