cvs commit: fptools/ghc/rts MBlock.c MBlock.h

Wolfgang Thaller wolfgang at haskell.org
Tue Nov 9 22:20:32 EST 2004


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


More information about the Cvs-ghc mailing list