[project @ 2000-04-05 10:25:08 by sewardj]
Correctly handle constructors with strict fields, which was broken by overenthusiastic constructor inlining some time back: * notice if a constructor has strict fields, and set name(n).hasStrict, both for source modules and interfaces * if a constr has strict fields, do not inline applications of it
Showing
- ghc/interpreter/codegen.c 3 additions, 3 deletionsghc/interpreter/codegen.c
- ghc/interpreter/hugs.c 3 additions, 3 deletionsghc/interpreter/hugs.c
- ghc/interpreter/interface.c 22 additions, 21 deletionsghc/interpreter/interface.c
- ghc/interpreter/static.c 3 additions, 2 deletionsghc/interpreter/static.c
- ghc/interpreter/storage.c 3 additions, 2 deletionsghc/interpreter/storage.c
- ghc/interpreter/storage.h 3 additions, 2 deletionsghc/interpreter/storage.h
- ghc/interpreter/translate.c 4 additions, 3 deletionsghc/interpreter/translate.c
Loading
Please register or sign in to comment