X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fhschooks.c;h=18679281e099df863ca515e4f412a8cc9d1b3947;hb=b187c221cc97679e28118ae8ac2997d6a686ba14;hp=2224b0210e89594b774c97d665eaa46cb4a58841;hpb=02ad6e66c67e486c84678f2fc8cc73396b755722;p=ghc-hetmet.git diff --git a/ghc/hschooks.c b/ghc/hschooks.c index 2224b02..1867928 100644 --- a/ghc/hschooks.c +++ b/ghc/hschooks.c @@ -5,9 +5,6 @@ in instead of the defaults. */ #include "Rts.h" -#if __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.