X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2Fstorage%2FSMinternal.lh;h=697933787c2c0bd91fad8e4bf180c61b638c8e7b;hb=7fa716e248a1f11fa686965f57aebbb83b74fa7b;hp=832b5cfedd63e9f79457be41fb05881dfe0ab1a9;hpb=a29ea442a7b893af60633b370bc7a0459cd3e072;p=ghc-hetmet.git diff --git a/ghc/runtime/storage/SMinternal.lh b/ghc/runtime/storage/SMinternal.lh index 832b5cf..6979337 100644 --- a/ghc/runtime/storage/SMinternal.lh +++ b/ghc/runtime/storage/SMinternal.lh @@ -73,6 +73,10 @@ extern char *xmalloc PROTO((size_t)); /************************ Default HEAP and STACK sizes **********************/ +/* A user can change these main defaults with a + "hooks" file equiv to runtime/hooks/SizeHooks.lc. +*/ + #define DEFAULT_STACKS_SIZE 0x10002 /* 2^16 = 16Kwords = 64Kbytes */ #define DEFAULT_HEAP_SIZE 0x100002 /* 2^20 = 1Mwords = 4Mbytes */