patch applied (ghc): Constructor names in info tables

Simon Marlow simonmar at microsoft.com
Tue Feb 27 08:47:38 EST 2007


Tue Feb 20 11:07:31 PST 2007  bjpop at csse.unimelb.edu.au
  * Constructor names in info tables
  
  This patch adds data constructor names into their info tables. 
  This is useful in the ghci debugger. It replaces the old scheme which
  was based on tracking data con names in the linker. 
  

    M ./compiler/basicTypes/DataCon.lhs -1 +14
    M ./compiler/codeGen/CgInfoTbls.hs -6 +15
    M ./compiler/ghci/ByteCodeItbls.lhs -17 +51
    M ./compiler/ghci/Linker.lhs -67 +106
    M ./compiler/ghci/ObjLink.lhs -15 +1
    M ./compiler/ghci/RtClosureInspect.hs -39
    M ./includes/ClosureMacros.h +5
    M ./includes/InfoTables.h +16
    M ./includes/Linker.h -3
    M ./rts/Linker.c -51



More information about the Cvs-ghc mailing list