wolfgang    2004/11/09 19:20:32 PST

  Modified files:
    ghc/rts              MBlock.c MBlock.h 
  Log:
  Implement the mblock map for 64-bit architectures.
  Fairly primitive data structure, but one 4GB-block, described by a
  12-bit block map, is cached for speed.
  
  Note that I've nuked the ia64-specific version (I think ia64 wants to
  use the general 64-bit solution, too).
  
  Revision  Changes    Path
  1.54      +56 -3     fptools/ghc/rts/MBlock.c
  1.22      +21 -20    fptools/ghc/rts/MBlock.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to