cvs commit: fptools/ghc/compiler/main DriverState.hs fptools/ghc/compiler/stranal
DmdAnal.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Tue, 31 Jul 2001 03:06:26 -0700
sewardj 2001/07/31 03:06:26 PDT
Modified files:
ghc/compiler/main DriverState.hs
ghc/compiler/stranal DmdAnal.lhs
Log:
Disable all strictness analysis in the HEAD compiler until such time
as we can figure out why the new analyser is not working correctly.
I realise this is a drastic measure, but all previous attempts to
either fix or work around the problem have failed.
If you are doing work which requires maxed-out performance, you may
want to revert the effects of this commit in your source tree. The
compiler only generates wrong code under pretty obscure circumstances
(when compiling itself). All other programs appear to work correctly
with the new analyser.
We hope this situation will not last for long.
Revision Changes Path
1.51 +2 -2 fptools/ghc/compiler/main/DriverState.hs
1.11 +2 -0 fptools/ghc/compiler/stranal/DmdAnal.lhs