Tweaks to get sb-simd 1.3 to compile
[sbcl/simd.git] / src / compiler / sparc / backend-parms.lisp
blob3ca701277c5b595d914a195740153d2cfd9d6ed0
1 ;;;; that part of the parms.lisp file from original CMU CL which is
2 ;;;; defined in terms of the BACKEND structure
3 ;;;;
4 ;;;; FIXME: Now that the BACKEND structure has been broken up, this
5 ;;;; might be mergeable back into the parms.lisp file.
7 ;;;; This software is part of the SBCL system. See the README file for
8 ;;;; more information.
9 ;;;;
10 ;;;; This software is derived from the CMU CL system, which was
11 ;;;; written at Carnegie Mellon University and released into the
12 ;;;; public domain. The software is in the public domain and is
13 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
14 ;;;; files for more information.
16 (in-package "SB!VM")
18 ;;;; compiler constants
20 (def!constant +backend-fasl-file-implementation+ :sparc)
22 (setf *backend-register-save-penalty* 3)
24 (setf *backend-byte-order* :big-endian)
26 (setf *backend-page-size* 8192)