X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fx86%2Fparms.lisp;h=c6edb03269d42572bc014cfd5e92e8871d97b819;hb=70769503c505c22bddef3bc7885b91b9d503607f;hp=e6dc71dc15e8c11728eb099bf544470afd545a2b;hpb=b392b3f4f0dd206ffe7d17b66e0cbf2effdab231;p=sbcl.git diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index e6dc71d..c6edb03 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -35,6 +35,10 @@ ;;; addressable object (def!constant n-byte-bits 8) +;;; The size in bytes of the GENCGC pages. Should be a multiple of the +;;; architecture code size. +(def!constant gencgc-page-size 4096) + (def!constant float-sign-shift 31) ;;; comment from CMU CL: