From: sewardj Date: Tue, 7 Dec 1999 11:55:25 +0000 (+0000) Subject: [project @ 1999-12-07 11:55:25 by sewardj] X-Git-Tag: Approximately_9120_patches~5414 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7fa1adea9ebcb83add6754cd9b90e421954a551d;p=ghc-hetmet.git [project @ 1999-12-07 11:55:25 by sewardj] Increase default c-t heap from 300000 to 350000 cells for nofib/real/anna. --- diff --git a/ghc/includes/options.h b/ghc/includes/options.h index 6b385de..7ce4ee2 100644 --- a/ghc/includes/options.h +++ b/ghc/includes/options.h @@ -13,8 +13,8 @@ * Hugs version 1.4, December 1997 * * $RCSfile: options.h,v $ - * $Revision: 1.14 $ - * $Date: 1999/11/29 18:59:23 $ + * $Revision: 1.15 $ + * $Date: 1999/12/07 11:55:25 $ * ------------------------------------------------------------------------*/ @@ -118,7 +118,7 @@ #define MINIMUMHEAP Pick(7500, 19000, 19000) #define MAXIMUMHEAP Pick(32765, 0, 0) -#define DEFAULTHEAP Pick(28000, 50000, 300000) +#define DEFAULTHEAP Pick(28000, 50000, 350000) #define NUM_SCRIPTS Pick(64, 100, 100) #define NUM_MODULE NUM_SCRIPTS