diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-07-20 15:26:11 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-07-20 16:23:29 +0100 |
commit | 2c2a434f411029977992207a19245a24f942ff78 (patch) | |
tree | a852b11c6f1bf811ca49ce72ee2ec960b46de699 /includes | |
parent | b44fd99fa0db169e215f8ad443ddb4fba1a79a4f (diff) | |
download | haskell-2c2a434f411029977992207a19245a24f942ff78.tar.gz |
comment updates
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/storage/ClosureMacros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/storage/ClosureMacros.h b/includes/rts/storage/ClosureMacros.h index 73517f9ebc..122f446227 100644 --- a/includes/rts/storage/ClosureMacros.h +++ b/includes/rts/storage/ClosureMacros.h @@ -452,10 +452,10 @@ INLINE_HEADER StgWord8 *mutArrPtrsCard (StgMutArrPtrs *a, lnat n) In multicore mode, we *cannot* overwrite slop with zeroes, because another thread might be reading it. So, - PROFILING is not compatible with +RTS -N<n> (for n > 1) + LDV PROFILING is not compatible with +RTS -N<n> (for n > 1) THREADED_RTS can be used with DEBUG, but full heap sanity - checking is disabled. + checking is disabled except after major GC. -------------------------------------------------------------------------- */ |