don't make -ddump-if-trace imply -no-recomp
[ghc-hetmet.git] / includes / Constants.h
index 66b8fe7..e0949cb 100644 (file)
 #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
    -------------------------------------------------------------------------- */
 
 #error RESERVED_STACK_WORDS may be wrong!
 #endif
 
-/* -----------------------------------------------------------------------------
-   How often our context-switch timer ticks
-   -------------------------------------------------------------------------- */
-
-#define TICK_FREQUENCY   50                      /* ticks per second */
-
 #endif /* CONSTANTS_H */