From 98166389e166d4ab7cc2ddbc044261e508859de1 Mon Sep 17 00:00:00 2001 From: Teo Camarasu <teofilcamarasu@gmail.com> Date: Tue, 29 Aug 2023 13:48:44 +0100 Subject: [PATCH] docs: move -xn flag beside --nonmoving-gc It makes sense to have these beside each other as they are aliases. --- docs/users_guide/runtime_control.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index 64d38367a782..5ba60e685471 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -411,6 +411,13 @@ performance. Note that :rts-flag:`--nonmoving-gc` cannot be used with ``-G1``, :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 :default: off @@ -422,13 +429,6 @@ performance. (:rts-flag:`-hT`) unless linked against the profiling runtime system with :ghc-flag:`-prof`. -.. rts-flag:: -xn - - :default: off - :since: 8.10.1 - - An alias for :rts-flag:`--nonmoving-gc` - .. rts-flag:: -A ⟨size⟩ :default: 4MB -- GitLab