GHC.Core.Opt.WorkWrap
data WwOpts Source #
Constructors
Fields
Environment of type/data family instances
Options for the "Simple optimiser"
Whether to enable "Constructed Product Result" analysis. (Originally from DOI: 10.1017/S0956796803004751)
Used for absent argument error message
Generate workers even if the only effect is some args get passed unlifted. See Note [WW for calling convention]
wwTopBinds :: WwOpts -> UniqSupply -> CoreProgram -> CoreProgram Source #