cvs commit: fptools/ghc/rts Interpreter.c

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 6 Feb 2001 04:09:42 -0800


sewardj     2001/02/06 04:09:42 PST

  Modified files:
    ghc/rts              Interpreter.c 
  Log:
  Check the context_switch flag and yield if set, so that interpreted
  code behaves properly in a multi(haskell)threaded environment.
  
  Revision  Changes    Path
  1.16      +11 -2     fptools/ghc/rts/Interpreter.c