Changeset 5496

Show
Ignore:
Timestamp:
07/12/05 15:14:26 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
7501
Message:

* JeffaCake? notes that there is now Linux x86_64 GHC snapshots,

and we should reflect this in INSTALL.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r5348 r5496  
    113113Shu-Chun "scw" Weng                          翁書鈞 
    114114Simon "lathos" Cozens            (SIMON) 
     115Simon "JeffaCake" Marlow 
    115116Solomon "colomon" Foster 
    116117Stefano Rodighiero               (LARSEN)     
  • INSTALL

    r5350 r5496  
    8787--------------------------- 
    8888 
    89 Until GHC 6.4.1 is released, users with x86_64 (64 bit Athlon) CPU's should 
    90 consider using a development snapshot of GHC.  GHC 6.4 had bugs on x86_64 
    91 which break garbage collection and rules (regexps).  These bugs were fixed 
    92 in GHC CVS by around 11-May.  There are hints on using snapshots at the end 
    93 of this section. 
     89Until GHC 6.4.1 is released, Linux users with x86_64 (64 bit Athlon) CPUs 
     90should consider using a development snapshot of GHC: 
     91 
     92    http://www.haskell.org/ghc/dist/stable/dist/ 
     93     
     94Look for files ending with "x86_64-unknown-linux", for example: 
     95 
     96    ghc-6.4.1.20050711-x86_64-unknown-linux.tar.bz2 
     97 
     98GHC 6.4 had bugs on x86_64 which break garbage collection and rules (regexps). 
     99These bugs were fixed in GHC CVS by around 11-May.  There are hints on using 
     100snapshots at the end of this section. 
    94101 
    95102Here are the known problems: 
     
    98105users may see crashes complaining about "strange objects". 
    99106 
    100 Until GHC 6.4.1 is released, a partial workaround is to avoid GC by 
    101 requesting a large heap, using either command line arguments: 
     107A partial workaround is to avoid GC by requesting a large heap, using either 
     108command line arguments: 
    102109 
    103110    ./pugs +RTS -A200M -RTS