cvs commit: fptools/ghc/includes StgMiscClosures.h TSO.h
fptools/ghc/rts Evaluator.h HeapStackCheck.h HeapStackCheck.hc
Interpreter.c Linker.c Schedule.c StgMiscClosures.hc
Julian Seward
sewardj@glass.cse.ogi.edu
Thu, 14 Dec 2000 07:19:48 -0800
sewardj 2000/12/14 07:19:48 PST
Modified files:
ghc/includes StgMiscClosures.h TSO.h
ghc/rts Evaluator.h HeapStackCheck.h
HeapStackCheck.hc Interpreter.c Linker.c
Schedule.c StgMiscClosures.hc
Log:
Add info tables to do compiled->interpreted returns and vice versa.
Rename various stuff from ...Hugs... to ...Interp...
Revision Changes Path
1.24 +10 -10 fptools/ghc/includes/StgMiscClosures.h
1.19 +2 -2 fptools/ghc/includes/TSO.h
1.9 +2 -2 fptools/ghc/rts/Evaluator.h
1.6 +2 -2 fptools/ghc/rts/HeapStackCheck.h
1.15 +5 -5 fptools/ghc/rts/HeapStackCheck.hc
1.3 +19 -11 fptools/ghc/rts/Interpreter.c
1.5 +2 -2 fptools/ghc/rts/Linker.c
1.84 +7 -10 fptools/ghc/rts/Schedule.c
1.54 +73 -254 fptools/ghc/rts/StgMiscClosures.hc