Safe Haskell | None |
---|---|
Language | GHC2021 |
Cmm compilation configuration
Synopsis
- data CmmConfig = CmmConfig {
- cmmProfile :: !Profile
- cmmOptControlFlow :: !Bool
- cmmDoLinting :: !Bool
- cmmOptElimCommonBlks :: !Bool
- cmmOptSink :: !Bool
- cmmOptThreadSanitizer :: !Bool
- cmmGenStackUnwindInstr :: !Bool
- cmmExternalDynamicRefs :: !Bool
- cmmDoCmmSwitchPlans :: !Bool
- cmmSplitProcPoints :: !Bool
- cmmAllowMul2 :: !Bool
- cmmOptConstDivision :: !Bool
- cmmPlatform :: CmmConfig -> Platform
Documentation
CmmConfig | |
|
cmmPlatform :: CmmConfig -> Platform Source #
retrieve the target Cmm platform