[project @ 2000-03-30 16:23:56 by simonpj]
* Remove the unnecessary CPR parameter to mkUnfolding and friends * Make sure that even trivial wrappers have a __inline__ (this was causing lots of 'substWorker' DEBUG messages) * Nuke demand info when the unfolding is a value (see notes with IdInfo.setUnfoldingInfo) * Add an update-in-place test to the 'interesting context' predicate in SimplUtils.
Showing
- ghc/compiler/basicTypes/IdInfo.lhs 15 additions, 1 deletionghc/compiler/basicTypes/IdInfo.lhs
- ghc/compiler/basicTypes/MkId.lhs 3 additions, 3 deletionsghc/compiler/basicTypes/MkId.lhs
- ghc/compiler/coreSyn/CoreUnfold.lhs 5 additions, 16 deletionsghc/compiler/coreSyn/CoreUnfold.lhs
- ghc/compiler/rename/RnSource.lhs 4 additions, 6 deletionsghc/compiler/rename/RnSource.lhs
- ghc/compiler/simplCore/SimplUtils.lhs 5 additions, 3 deletionsghc/compiler/simplCore/SimplUtils.lhs
- ghc/compiler/simplCore/Simplify.lhs 4 additions, 4 deletionsghc/compiler/simplCore/Simplify.lhs
- ghc/compiler/stranal/WorkWrap.lhs 4 additions, 3 deletionsghc/compiler/stranal/WorkWrap.lhs
- ghc/compiler/stranal/WwLib.lhs 8 additions, 1 deletionghc/compiler/stranal/WwLib.lhs
- ghc/compiler/typecheck/TcIfaceSig.lhs 2 additions, 2 deletionsghc/compiler/typecheck/TcIfaceSig.lhs
Loading
Please register or sign in to comment