[Git][ghc/ghc][master] mention -Iw in +RTS -?
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Nov 28 15:27:42 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
0fd43ea6 by Adam Sandberg Ericsson at 2024-11-28T10:27:22-05: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/0fd43ea61272d8424fdd90bcd2fcf5fd54ef4bec
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0fd43ea61272d8424fdd90bcd2fcf5fd54ef4bec
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/20241128/8b620e57/attachment-0001.html>
More information about the ghc-commits
mailing list