Fix an egregious strictness analyser bug (Trac #4924)
authorsimonpj@microsoft.com <unknown>
Fri, 28 Jan 2011 08:07:48 +0000 (08:07 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 28 Jan 2011 08:07:48 +0000 (08:07 +0000)
The "virgin" flag was being threaded rather than treated
like an environment.  As a result, the second and subsequent
recursive definitions in a module were not getting a
correctly-initialised fixpoint loop, causing much worse
strictness analysis results.  Indeed the symptoms in
Trac #4924 were quite bizarre.

Anyway, it's easily fixed.  Merge to stable branch.


No differences found