X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fruntime_control.sgml;h=b7668a00a10d4e1ebe6ee35555658c2e75ddba18;hb=2dfd507259664e6f28df4a9467a8de34d01d70a0;hp=15ed0c0080d53a53f439aa6900cf127e4c56b48c;hpb=dc801dc275fb8f81d482535b4d6317e234bb10f8;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index 15ed0c0..b7668a0 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -98,7 +98,7 @@ - size + size RTS option allocation area, size @@ -163,7 +163,7 @@ - factor + factor RTS option heap size, factor @@ -190,7 +190,7 @@ - generations + generations RTS option generations, number of @@ -206,7 +206,7 @@ Specifying 1 generation with gives you a simple 2-space collector, as you would expect. In a 2-space collector, the option (see - above) specifies the minimum allocation + above) specifies the minimum allocation area size, since the allocation area will grow with the amount of live data in the heap. In a multi-generational collector the allocation area is a fixed size (unless you @@ -214,7 +214,7 @@ - + size RTS option heap size, suggested @@ -304,7 +304,7 @@ file - file + file RTS option RTS option @@ -312,7 +312,7 @@ () garbage-collector statistics into file file. The default file is - program.stat. The + program.stat. The file stderr is treated specially, with the output really being sent to stderr. @@ -336,16 +336,14 @@ - RTS options for profiling and Concurrent/Parallel Haskell - The RTS options related to profiling are described in ; and those for concurrent/parallel - stuff, in . + The RTS options related to profiling are described in ; and those for concurrent/parallel + stuff, in . - RTS options for hackers, debuggers, and over-interested souls @@ -408,8 +406,8 @@ be really useful, linked with suitable system libraries. Not a trivial undertaking: consult the installation guide on how to set things up for easy “ticky-ticky” - profiling. For more information, see . + profiling. For more information, see . @@ -441,7 +439,7 @@ each cci is a cost centre in the program (see ), and the sequence represents the + linkend="cost-centres"/>), and the sequence represents the “call stack” at the point the exception was raised. The leftmost item is the innermost function in the call stack, and the rightmost item is the outermost @@ -511,7 +509,7 @@ char *ghc_rts_opts = "-H128m -K1m"; void OutOfHeapHook (unsigned long, unsigned long) OutOfHeapHook - + The heap-overflow message. @@ -528,7 +526,7 @@ char *ghc_rts_opts = "-H128m -K1m"; void MallocFailHook (long int) MallocFailHook - The message printed if malloc + The message printed if malloc fails.