simonmar    2003/01/07 06:19:26 PST

  Modified files:
    ghc/compiler/codeGen CgBindery.lhs 
  Log:
  Simplify the bitmap-generating code by collecting all the pointer
  words rather than all the non-pointer words, and then subtracting
  these from a bitmap made of all ones.  This is simpler because we only
  have to look in the bindings, rather than combining information from
  bindings and the free stack slot list.
  
  Revision  Changes    Path
  1.47      +33 -60    fptools/ghc/compiler/codeGen/CgBindery.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to