X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;h=8dc94d19db104da0bb57b5d67ecda70d1b71400b;hb=6a05ec5ef5373f61b7f9f5bdc344483417fa801b;hp=0437217cf67d1aade887f8f5cd5353012a830506;hpb=7fc749a43b4b6b85d234fa95d4928648259584f4;p=ghc-hetmet.git diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs index 0437217..8dc94d1 100644 --- a/compiler/main/Constants.lhs +++ b/compiler/main/Constants.lhs @@ -110,6 +110,13 @@ returning to the scheduler. rESERVED_STACK_WORDS = (RESERVED_STACK_WORDS :: Int) \end{code} +Continuations that need more than this amount of stack should do their +own stack check (see bug #1466). + +\begin{code} +aP_STACK_SPLIM = (AP_STACK_SPLIM :: Int) +\end{code} + Size of a word, in bytes \begin{code}