logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs commit: fptools/ghc/compiler/ghci ByteCodeGen.lhs: msg#00221

Subject: cvs commit: fptools/ghc/compiler/ghci ByteCodeGen.lhs
simonmar    2003/01/24 05:56:46 PST

  Modified files:
    ghc/compiler/ghci    ByteCodeGen.lhs 
  Log:
  - Reverse the code for workers and wrappers for nullary constructors.
    For some reason it was the wrong way around, but the effects were
    harmless since they both evaluate to the same thing.
  
  - When passing a nullary constructor as an argument, we should pass
    the name of the worker rather than the wrapper.  Again, this is
    mostly harmless, but it enables some small simplification in
    pushAtom.
  
  - Rearrange/cleanup pushAtom.
  
  Revision  Changes    Path
  1.89      +15 -21    fptools/ghc/compiler/ghci/ByteCodeGen.lhs


<Prev in Thread] Current Thread [Next in Thread>