Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
3fadfefe
by Andreas Klebinger at 2026-01-18T21:49:01-05:00
1 changed file:
Changes:
| ... | ... | @@ -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%
|