X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Fbackend-parms.lisp;h=294f37044e836aaa784cb66a31493f95f1558cee;hb=fb15ad0ff2373a50b3b0717f705c49339b39f996;hp=a43cadee1ce637dd2fc48d8804ff7cd0d03d02f9;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/compiler/alpha/backend-parms.lisp b/src/compiler/alpha/backend-parms.lisp index a43cade..294f370 100644 --- a/src/compiler/alpha/backend-parms.lisp +++ b/src/compiler/alpha/backend-parms.lisp @@ -1,8 +1,8 @@ -;;;; that part of the parms.lisp file from original CMU CL which is defined in -;;;; terms of the BACKEND structure +;;;; that part of the parms.lisp file from original CMU CL which is +;;;; defined in terms of the BACKEND structure ;;;; -;;;; FIXME: When we break up the BACKEND structure, this might be mergeable -;;;; back into the parms.lisp file. +;;;; FIXME: Now that the BACKEND structure has been broken up, this +;;;; might be mergeable back into the parms.lisp file. ;;;; This software is part of the SBCL system. See the README file for ;;;; more information. @@ -13,19 +13,11 @@ ;;;; provided with absolutely no warranty. See the COPYING and CREDITS ;;;; files for more information. - - (in-package "SB!VM") - ;;;; compiler constants -(setf *backend-fasl-file-type* "axpf") -(setf *backend-fasl-file-implementation* :alpha) -(setf *backend-fasl-file-version* 2) -;;;(setf *backend-fasl-file-version* 8) -;;; 8 = sbcl-0.6.10.4 revived Gray stream support, changing stream layouts - +(def!constant +backend-fasl-file-implementation+ :alpha) (setf *backend-register-save-penalty* 3) @@ -33,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)