[commit: ghc] master: Add -n to the RTS help output (93f3a64)

git at git.haskell.org git at git.haskell.org
Tue Apr 7 08:57:46 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/93f3a64eb8865cdd407b1df41bc6709e6c3e512c/ghc

>---------------------------------------------------------------

commit 93f3a64eb8865cdd407b1df41bc6709e6c3e512c
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Mar 26 08:47:04 2015 +0000

    Add -n to the RTS help output


>---------------------------------------------------------------

93f3a64eb8865cdd407b1df41bc6709e6c3e512c
 rts/RtsFlags.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 5c7fcef..0fbd05a 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -267,6 +267,7 @@ usage_text[] = {
 "  -kb<size> Sets the stack chunk buffer size (default 1k)",
 "",
 "  -A<size> Sets the minimum allocation area size (default 512k) Egs: -A1m -A10k",
+"  -n<size> Allocation area chunk size (0 = disabled, default: 0)",
 "  -O<size> Sets the minimum size of the old generation (default 1M)",
 "  -M<size> Sets the maximum heap size (default unlimited)  Egs: -M256k -M1G",
 "  -H<size> Sets the minimum heap size (default 0M)   Egs: -H24m  -H1G",



More information about the ghc-commits mailing list