X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsFlags.h;h=562202b8ee6728ebf99161aaf1daed5c9824b61a;hb=73319599598bf3d260fd4be6b3799f85e8bee29c;hp=9678a98ddf506565bc61c5c97c24cf03d669773a;hpb=723545930025a24708a8a0923435c95cc7f058c9;p=ghc-hetmet.git diff --git a/ghc/rts/RtsFlags.h b/ghc/rts/RtsFlags.h index 9678a98..562202b 100644 --- a/ghc/rts/RtsFlags.h +++ b/ghc/rts/RtsFlags.h @@ -1,5 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.h,v 1.7 1999/01/26 16:16:29 simonm Exp $ + * $Id: RtsFlags.h,v 1.10 1999/02/18 13:00:28 sewardj Exp $ + * + * (c) The GHC Team, 1998-1999 * * Datatypes that holds the command-line flag settings. * @@ -22,6 +24,7 @@ struct GC_FLAGS { nat maxHeapSize; /* in *blocks* */ nat minAllocAreaSize; /* in *blocks* */ nat minOldGenSize; /* in *blocks* */ + nat heapSizeSuggestion; /* in *blocks* */ double oldGenFactor; double pcFreeHeap; @@ -36,7 +39,9 @@ struct GC_FLAGS { }; /* Hack: this struct uses bitfields so that we can use a binary arg - * with the -D flag + * with the -D flag. + * Remember to update the corresponding bit of RtsFlags.c if you + * change/extend this struct. */ struct DEBUG_FLAGS { /* flags to control debugging output in various subsystems */