X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Finternals-notes%2FGENCGC-PORTING-NOTES;h=07a5d1dadb235ae915ddfce6dbc3b9fe448bc002;hb=a6c4b66e040824da2fc76e101f92940e8412c6d3;hp=badadaac80583e81dc6e40ba85e9d41f3835c7a5;hpb=3a0f3612dc2bbf3e4e8e7395bcbbf8cd1791b963;p=sbcl.git diff --git a/doc/internals-notes/GENCGC-PORTING-NOTES b/doc/internals-notes/GENCGC-PORTING-NOTES index badadaa..07a5d1d 100644 --- a/doc/internals-notes/GENCGC-PORTING-NOTES +++ b/doc/internals-notes/GENCGC-PORTING-NOTES @@ -137,7 +137,7 @@ File: src/code/ppc-vm.lisp File: src/compiler/ppc/parms.lisp -* Add gencgc-page-size variable. Currently 4096. Bump to 32k later. +* Add gencgc-page-bytes variable. Currently 4096. Bump to 32k later. * Added dynamic-space-start and dynamic-space-end constants for linux and darwin #!+gencgc. Conditionalized dynamic-0 and dynamic-1 @@ -457,7 +457,7 @@ File: src/compiler/ppc/macros.lisp File: src/compiler/ppc/parms.lisp -* gencgc-page-size -> 4096 +* gencgc-page-bytes -> 4096 * added pseudo-atomic-interrupted-flag and pseudo-atomic-flag