X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fsooner.xml;h=ec1bb3dc01807754a54729973db9c431e71d4b06;hb=143f4381d242e4a1c3174e8a0732a1e48f00a1aa;hp=1aba5d1af0afb4ffa66c489d98c93373f6875da2;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/sooner.xml b/docs/users_guide/sooner.xml index 1aba5d1..ec1bb3d 100644 --- a/docs/users_guide/sooner.xml +++ b/docs/users_guide/sooner.xml @@ -509,18 +509,6 @@ f (Wibble x y) # ugly, and proud of it -A<size> RTS option RTS options (see ). - - This is especially important if your program uses a - lot of mutable arrays of pointers or mutable variables - (i.e. STArray, - IOArray, STRef and - IORef, but not UArray, - STUArray or IOUArray). - GHC's garbage collector currently scans these objects on - every collection, so your program won't benefit from - generational GC in the normal way if you use lots of - these. Increasing the heap size to reduce the number of - collections will probably help.