X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Fbackend-parms.lisp;h=294f37044e836aaa784cb66a31493f95f1558cee;hb=b83353d9f998e5c0e34604b5593df70c66d2c510;hp=f92efe70d9b0904e922ab81bbca3c40491dfc67b;hpb=bee53328c93be3433477821131ab805557476c8b;p=sbcl.git diff --git a/src/compiler/alpha/backend-parms.lisp b/src/compiler/alpha/backend-parms.lisp index f92efe7..294f370 100644 --- a/src/compiler/alpha/backend-parms.lisp +++ b/src/compiler/alpha/backend-parms.lisp @@ -17,7 +17,7 @@ ;;;; compiler constants -(defconstant +backend-fasl-file-implementation+ :alpha) +(def!constant +backend-fasl-file-implementation+ :alpha) (setf *backend-register-save-penalty* 3) @@ -25,5 +25,4 @@ ;;; XXX the C runtime gets page size using getpagesize() - can't we ;;; look at that instead of hardcoding it here too? -(setf *backend-page-size* 8192) - +(setf *backend-page-bytes* 8192)