Skip to content
Snippets Groups Projects
Commit 98166389 authored by Teo Camarasu's avatar Teo Camarasu Committed by Marge Bot
Browse files

docs: move -xn flag beside --nonmoving-gc

It makes sense to have these beside each other as they are aliases.
parent a1f0d55c
No related branches found
No related tags found
No related merge requests found
...@@ -411,6 +411,13 @@ performance. ...@@ -411,6 +411,13 @@ performance.
Note that :rts-flag:`--nonmoving-gc` cannot be used with ``-G1``, Note that :rts-flag:`--nonmoving-gc` cannot be used with ``-G1``,
:rts-flag:`profiling <-hc>` nor :rts-flag:`-c`. :rts-flag:`profiling <-hc>` nor :rts-flag:`-c`.
.. rts-flag:: -xn
:default: off
:since: 8.10.1
An alias for :rts-flag:`--nonmoving-gc`
.. rts-flag:: -w .. rts-flag:: -w
:default: off :default: off
...@@ -422,13 +429,6 @@ performance. ...@@ -422,13 +429,6 @@ performance.
(:rts-flag:`-hT`) unless linked against the profiling runtime system with (:rts-flag:`-hT`) unless linked against the profiling runtime system with
:ghc-flag:`-prof`. :ghc-flag:`-prof`.
.. rts-flag:: -xn
:default: off
:since: 8.10.1
An alias for :rts-flag:`--nonmoving-gc`
.. rts-flag:: -A ⟨size⟩ .. rts-flag:: -A ⟨size⟩
:default: 4MB :default: 4MB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment