From: Taylor R Campbell Date: Fri, 11 Jan 2019 04:47:54 +0000 (+0000) Subject: Nothing architecturally limits powerpc to high memory. X-Git-Tag: mit-scheme-pucked-10.1.10~6^2~49 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1c269815021cdea7e041f35fdf09d5ae108cc19b;p=mit-scheme.git Nothing architecturally limits powerpc to high memory. Individual operating systems may, but none that I've encountered. We may revisit this if we change SVM1 to always work in high memory. --- diff --git a/src/microcode/confshared.h b/src/microcode/confshared.h index f3afe2c97..af4747375 100644 --- a/src/microcode/confshared.h +++ b/src/microcode/confshared.h @@ -580,6 +580,7 @@ extern void win32_stack_reset (void); # define MACHINE_TYPE "PowerPC-32" # define CURRENT_FASL_ARCH FASL_PPC32 # define FLOATING_ALIGNMENT 0x7 +# define HEAP_IN_LOW_MEMORY #endif #ifdef __ppc64__