X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FConstants.h;h=e0949cbd1f8fae6857e4419a559ccfddc8838d56;hb=ffa600f6702f215dd132b8b1b8a1f07d3a9e3ea6;hp=012acd197c58bba99d1cef967f0766dd4cbf5287;hpb=540311cfcf08b7184d7ab57245b18214bd4b9173;p=ghc-hetmet.git diff --git a/includes/Constants.h b/includes/Constants.h index 012acd1..e0949cb 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -118,6 +118,13 @@ #define RESERVED_STACK_WORDS 21 /* ----------------------------------------------------------------------------- + The limit on the size of the stack check performed when we enter an + AP_STACK, in words. See raiseAsync() and bug #1466. + -------------------------------------------------------------------------- */ + +#define AP_STACK_SPLIM 1024 + +/* ----------------------------------------------------------------------------- Storage manager constants -------------------------------------------------------------------------- */