From: Chris Hanson Date: Mon, 5 Jan 1987 18:00:56 +0000 (+0000) Subject: Boost STACK_GUARD_SIZE to value which will allow stack overflow X-Git-Tag: 20090517-FFI~13766 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a9a5023cfbe2c96b442f4bda5b57b13fb3114970;p=mit-scheme.git Boost STACK_GUARD_SIZE to value which will allow stack overflow interrupt to work correctly. --- diff --git a/v7/src/microcode/const.h b/v7/src/microcode/const.h index 2e97292d9..aea2f2112 100644 --- a/v7/src/microcode/const.h +++ b/v7/src/microcode/const.h @@ -101,7 +101,7 @@ #endif #define OBARRAY_SIZE 3001 /* Interning hash table */ -#define STACK_GUARD_SIZE 500 /* Cells between constant and +#define STACK_GUARD_SIZE 4096 /* Cells between constant and stack before overflow occurs */ #define FILE_CHANNELS 15 diff --git a/v8/src/microcode/const.h b/v8/src/microcode/const.h index 2e97292d9..aea2f2112 100644 --- a/v8/src/microcode/const.h +++ b/v8/src/microcode/const.h @@ -101,7 +101,7 @@ #endif #define OBARRAY_SIZE 3001 /* Interning hash table */ -#define STACK_GUARD_SIZE 500 /* Cells between constant and +#define STACK_GUARD_SIZE 4096 /* Cells between constant and stack before overflow occurs */ #define FILE_CHANNELS 15