X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fbackend-parms.lisp;h=33ffb6ec64a97387dc4aa06af45bc6885356a811;hb=f3491f128307938cc56367f739b8fbf9e5d503b6;hp=f90310ded3dc84f4a1e6997ad6c2c85d328b53cc;hpb=5c0a884190d6c98448d86fb05e1e99df901c9bf8;p=sbcl.git diff --git a/src/compiler/x86-64/backend-parms.lisp b/src/compiler/x86-64/backend-parms.lisp index f90310d..33ffb6e 100644 --- a/src/compiler/x86-64/backend-parms.lisp +++ b/src/compiler/x86-64/backend-parms.lisp @@ -43,7 +43,7 @@ ;;; currently make a lot of sense to have a card size lower than ;;; the alloc granularity, it will, once we are smarter about finding ;;; the start of objects. -(def!constant gencgc-alloc-granularity *backend-page-bytes*) +(def!constant gencgc-alloc-granularity 0) ;;; The minimum size at which we release address ranges to the OS. ;;; This must be a multiple of the OS page size. (def!constant gencgc-release-granularity *backend-page-bytes*)