Changeset 2977

Show
Ignore:
Timestamp:
05/11/05 17:49:00 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4536
Message:

* cleanup README text a bit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r2891 r2977  
    7676    make install 
    7777 
    78 Optionally you may use GHC environment variable to assign the ghc 
    79 executable path before you run "perl Makefile.PL", for example: 
     78Optionally you may use the GHC environment variable to set the ghc 
     79executable before you run "perl Makefile.PL", for example: 
    8080 
    8181    export GHC=${HOME}/bin/ghc (bash) 
     
    8585--------------------------- 
    8686 
    87 GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines. 
    88 Until GHC 6.4.1 is released, users on x86_64 may see crashes complaining 
    89 of "strange objects".  A partial workaround is to avoid GC by requesting 
    90 a large heap, using either command line arguments: 
     87GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines; 
     88users may see crashes complaining about "strange objects". 
     89 
     90Until GHC 6.4.1 is released, a partial workaround is to avoid GC by 
     91requesting a large heap, using either command line arguments: 
    9192 
    9293    ./pugs +RTS -A200M -RTS 
     
    99100 
    100101Running all tests unfortunately requires a lot more memory (perhaps 1000M). 
    101 A possible alternative, which someone could explore and report on, would be to 
    102 try using a 32-bit GHC instead. 
     102A possible alternative, which someone could explore and report on, would be 
     103to try using a 32-bit GHC instead. 
    103104 
    104105MAILING LISTS