[Git][ghc/ghc][wip/ase/rts-help] mention -Iw in +RTS -?
adam (@adamse)
gitlab at gitlab.haskell.org
Wed Nov 27 14:37:42 UTC 2024
adam pushed to branch wip/ase/rts-help at Glasgow Haskell Compiler / GHC
Commits:
794d0e86 by Adam Sandberg Ericsson at 2024-11-27T14:37:18+00:00
mention -Iw in +RTS -?
- - - - -
1 changed file:
- rts/RtsFlags.c
Changes:
=====================================
rts/RtsFlags.c
=====================================
@@ -361,6 +361,7 @@ usage_text[] = {
" -w Use mark-region for the oldest generation (experimental)",
#if defined(THREADED_RTS)
" -I<sec> Perform full GC after <sec> idle time (default: 0.3, 0 == off)",
+" -Iw<sec> Minimum wait time between idle GC runs (default: 0, 0 == no min wait time)",
#endif
"",
" -T Collect GC statistics (useful for in-program statistics access)",
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/794d0e863dc3ef51134a841cec0cfce48a238950
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/794d0e863dc3ef51134a841cec0cfce48a238950
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241127/2a182f16/attachment.html>
More information about the ghc-commits
mailing list