cvs commit: fptools/ghc/compiler/codeGen CgHeapery.lhs

Simon Marlow simonmar at glass.cse.ogi.edu
Wed Feb 18 03:45:01 EST 2004


simonmar    2004/02/18 03:45:01 PST

  Modified files:        (Branch: backend-hacking-branch)
    ghc/compiler/codeGen CgHeapery.lhs 
  Log:
  Note that the previous commit also caused assignments to HpAlloc in
  the check-failure code to be omitted when the number of heap words
  requested is zero (i.e. we're just doing a stack check).
  
  The RTS knows whether it was a heap or stack check that failed by
  checking for Hp > HpLim (see rts/HeapStackCheck.hc).
  
  Revision  Changes    Path
  1.39.4.18 +0 -0      fptools/ghc/compiler/codeGen/CgHeapery.lhs


More information about the Cvs-ghc mailing list