cvs commit: fptools/ghc/compiler/ghci ByteCodeLink.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 8 Aug 2001 08:44:29 -0700


sewardj     2001/08/08 08:44:28 PDT

  Modified files:
    ghc/compiler/ghci    ByteCodeLink.lhs 
  Log:
  Disable use of finalisers attached to UnlinkedBCOs, since finalisers
  attached to non-atomic objects may run too early :-(
  
  Revision  Changes    Path
  1.23      +6 -1      fptools/ghc/compiler/ghci/ByteCodeLink.lhs