cvs commit: fptools/ghc/rts Capability.c Capability.h Exception.cmm GC.c GCCompact.c PrimOps.cmm RtsStartup.c STM.c Schedule.c

tharris at microsoft.com tharris at microsoft.com
Mon Nov 21 10:58:47 EST 2005


tharris     2005/11/21 07:58:47 PST

  Modified files:
    ghc/rts              Capability.c Capability.h Exception.cmm 
                         GC.c GCCompact.c PrimOps.cmm RtsStartup.c 
                         STM.c Schedule.c 
  Log:
  Re-use temporary storage in the STM implementation
  
  Revision  Changes    Path
  1.48      +6 -0      fptools/ghc/rts/Capability.c
  1.28      +6 -0      fptools/ghc/rts/Capability.h
  1.14      +2 -2      fptools/ghc/rts/Exception.cmm
  1.208     +0 -9      fptools/ghc/rts/GC.c
  1.37      +0 -3      fptools/ghc/rts/GCCompact.c
  1.39      +3 -1      fptools/ghc/rts/PrimOps.cmm
  1.96      +0 -2      fptools/ghc/rts/RtsStartup.c
  1.10      +175 -23   fptools/ghc/rts/STM.c
  1.279     +5 -3      fptools/ghc/rts/Schedule.c


More information about the Cvs-ghc mailing list