Andreas Klebinger pushed to branch wip/andreask/ghc_rts_K at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/runtime_control.rst
    ... ... @@ -866,6 +866,11 @@ performance.
    866 866
         This option is there mainly to stop the program eating up all the
    
    867 867
         available memory in the machine if it gets into an infinite loop.
    
    868 868
     
    
    869
    +    Note that if the process is termined through a ``StackOverflow`` exception
    
    870
    +    the reported stack usage is not representative of actual stack use. It
    
    871
    +    reports stack use during error handling, rather than stack use at the time
    
    872
    +    the exception was raised initially.
    
    873
    +
    
    869 874
     .. rts-flag:: -m ⟨n⟩
    
    870 875
     
    
    871 876
         :default: 3%