Fix make-array transforms.
[sbcl.git] / src / compiler / alpha / backend-parms.lisp
index 9149984..294f370 100644 (file)
@@ -17,8 +17,7 @@
 \f
 ;;;; compiler constants
 
-(setf *backend-fasl-file-type* "axpf")
-(defconstant +backend-fasl-file-implementation+ :alpha)
+(def!constant +backend-fasl-file-implementation+ :alpha)
 
 (setf *backend-register-save-penalty* 3)
 
@@ -26,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)