X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=34f769a2ffddeb527200ec8c22abda4aabb37561;hb=18896fa2b06844407fd1e0d3f85cd3db97a96ff4;hp=ed08f58ebc23437d6b3bdc3c8be176bb7e912e38;hpb=7eb9cce3caca822cbbe1fa3a31ff0b4e0df3c369;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index ed08f58..34f769a 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -2112,25 +2112,6 @@ f "2" = 2 - - - RTS - option - - Migrate a thread to the current CPU when it is woken - up. Normally when a thread is woken up after being - blocked it will be scheduled on the CPU it was running on - last; this option allows the thread to immediately migrate - to the CPU that unblocked it. - - The rationale for allowing this eager migration is - that it tends to move threads that are communicating with - each other onto the same CPU; however there are - pathalogical situations where it turns out to be a poor - strategy. Depending on the communication pattern in your - program, it may or may not be a good idea. - -