[project @ 2000-01-12 15:15:17 by simonmar]
authorsimonmar <unknown>
Wed, 12 Jan 2000 15:15:18 +0000 (15:15 +0000)
committersimonmar <unknown>
Wed, 12 Jan 2000 15:15:18 +0000 (15:15 +0000)
commitb933b46923f9e67fbb20a62b9ccde5a9a3e8fb7e
treed1346754860f15cb9cc480ba70a89986068910a5
parentb034fbda464c20850831fc6f8b0c706b2afe34bd
[project @ 2000-01-12 15:15:17 by simonmar]
Add 'par' and sparking support to the SMP implementation.
15 files changed:
ghc/includes/PrimOps.h
ghc/includes/Regs.h
ghc/includes/Rts.h
ghc/rts/RtsFlags.c
ghc/rts/RtsFlags.h
ghc/rts/RtsUtils.c
ghc/rts/RtsUtils.h
ghc/rts/Schedule.c
ghc/rts/Schedule.h
ghc/rts/Select.c
ghc/rts/Signals.c
ghc/rts/Sparks.c [new file with mode: 0644]
ghc/rts/Sparks.h [new file with mode: 0644]
ghc/rts/Stats.c
ghc/rts/Storage.c