simonmar    2002/12/10 07:08:17 PST

  Modified files:        (Branch: eval-apply-branch)
    ghc/includes         StgMacros.h 
  Log:
  When doing a combined heap/stack check, don't move the heap pointer
  unless the stack check succeeds.  This avoids slop at the end of the
  block in cases when the heap check succeeded but the stack check
  failed, which breaks LDV profiling (not sure if this bug is on the
  HEAD, but it sure looks like it might be).
  
  Revision  Changes    Path
  1.49.2.5  +9 -4      fptools/ghc/includes/StgMacros.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to