GHC.Core.Opt.DmdAnal
Documentation
data DmdAnalOpts Source #
Options for the demand analysis
Constructors
DmdAnalOpts | |
Fields
|
dmdAnalProgram :: DmdAnalOpts -> FamInstEnvs -> [CoreRule] -> CoreProgram -> CoreProgram Source #
Outputs a new copy of the Core program in which binders have been annotated with demand and strictness information.
Note: use seqBinds
on the result to avoid leaks due to lazyness (cf Note
[Stamp out space leaks in demand analysis])