patch applied (ghc): Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed CapabilityNum to CapNo. Added helper functions postCapNo() and postThreadID().

Ian Lynagh igloo at earth.li
Wed Apr 15 21:03:48 EDT 2009


Sun Apr 12 18:07:05 PDT 2009  donnie at darthik.com
  * Fixed ThreadID to be defined as StgThreadID, not StgWord64.  Changed CapabilityNum to CapNo.  Added helper functions postCapNo() and postThreadID().
  Ignore-this: dde2f442f9d5e43f20f52069dee4f8c0
  ThreadID was StgWord64, but should have been StgThreadID, which is
  currently StgWord32.  Changed name from CapabilityNum to CapNo to better
  reflect naming in Capability struct where "no" is the capability number.
  Modified EventLog.c to use the helper functions postCapNo() and
  postThreadID () for CapNo and ThreadID.

    M ./includes/EventLogFormat.h -2 +2
    M ./rts/eventlog/EventLog.c -11 +16

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090413010705-f0a5d-29414af4a91c94161f6d1748ccb59c2246e0bc32.gz



More information about the Cvs-ghc mailing list