simonmar    2002/10/22 04:01:20 PDT

  Modified files:
    ghc/includes         PrimOps.h 
    ghc/rts              PrimOps.hc Schedule.c Schedule.h 
  Log:
  change the types of cmp_thread, rts_getThreadId, and labelThread to
  take StgPtr rather than StgTSO *, since the compiler now has no
  distinction between these two types in the back end.
  
  I also noticed that labelThread need not be a primitive: it could just
  as well be a normal C function called by the FFI, but I haven't made
  that change.
  
  Revision  Changes    Path
  1.99      +3 -5      fptools/ghc/includes/PrimOps.h
  1.102     +2 -2      fptools/ghc/rts/PrimOps.hc
  1.157     +10 -7     fptools/ghc/rts/Schedule.c
  1.36      +3 -1      fptools/ghc/rts/Schedule.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to