X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fhschooks.c;h=18679281e099df863ca515e4f412a8cc9d1b3947;hp=f3c4b4d1a765a940750fc85dd032bd6b978e6ff5;hb=HEAD;hpb=8e0dcfd80c47a55aa94df2fc74ef12d780906a3e diff --git a/ghc/hschooks.c b/ghc/hschooks.c index f3c4b4d..1867928 100644 --- a/ghc/hschooks.c +++ b/ghc/hschooks.c @@ -5,9 +5,6 @@ in instead of the defaults. */ #include "Rts.h" -#if defined(__GLASGOW_HASKELL__) && (__GLASGOW_HASKELL__ <611) -#include "RtsFlags.h" -#endif #include "HsFFI.h" @@ -23,7 +20,6 @@ defaultsHook (void) RtsFlags.GcFlags.heapSizeSuggestion = 6*1024*1024 / BLOCK_SIZE; RtsFlags.GcFlags.maxStkSize = 512*1024*1024 / sizeof(W_); RtsFlags.GcFlags.giveStats = COLLECT_GC_STATS; - RtsFlags.GcFlags.statsFile = stderr; // See #3408: the default idle GC time of 0.3s is too short on // Windows where we receive console events once per second or so.