cvs commit: fptools/ghc/compiler/codeGen CgHeapery.lhs
Simon Marlow
simonmar at glass.cse.ogi.edu
Wed Feb 11 03:12:01 EST 2004
simonmar 2004/02/11 03:12:01 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/codeGen CgHeapery.lhs
Log:
- Assign to node in the heap check failure point if node *doesn't* point
to the closure (cases were reversed).
- Some of the stg_gc_* entry points are named __stg_gc_*
(ToDo: the reason for this is because these common addresses are
cached in the register table, so we can save code size by
using the BaseReg offsets instead of the literal labels).
Revision Changes Path
1.39.4.15 +8 -6 fptools/ghc/compiler/codeGen/CgHeapery.lhs
More information about the Cvs-ghc
mailing list