cvs commit: fptools/ghc/includes STM.h Closures.h mkDerivedConstants.c fptools/ghc/rts GC.c GCCompact.c PrimOps.cmm STM.c

tharris at haskell.org tharris at haskell.org
Mon Jun 6 04:49:08 EDT 2005


tharris     2005/06/06 01:49:08 PDT

  Modified files:
    ghc/includes         STM.h Closures.h mkDerivedConstants.c 
    ghc/rts              GC.c GCCompact.c PrimOps.cmm STM.c 
  Log:
  Remove SMP-only fields from STM data structures from non-SMP builds
  
  Revision  Changes    Path
  1.6       +9 -0      fptools/ghc/includes/STM.h
  1.43      +4 -0      fptools/ghc/includes/Closures.h
  1.25      +0 -5      fptools/ghc/includes/mkDerivedConstants.c
  1.196     +6 -0      fptools/ghc/rts/GC.c
  1.32      +2 -0      fptools/ghc/rts/GCCompact.c
  1.29      +4 -13     fptools/ghc/rts/PrimOps.cmm
  1.6       +69 -29    fptools/ghc/rts/STM.c


More information about the Cvs-ghc mailing list