Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Native code generator configuration
Synopsis
- data NCGConfig = NCGConfig {
- ncgPlatform :: !Platform
- ncgProcAlignment :: !(Maybe Int)
- ncgDebugLevel :: !Int
- ncgExternalDynamicRefs :: !Bool
- ncgPIC :: !Bool
- ncgInlineThresholdMemcpy :: !Word
- ncgInlineThresholdMemset :: !Word
- ncgSplitSections :: !Bool
- ncgSpillPreallocSize :: !Int
- ncgRegsIterative :: !Bool
- ncgAsmLinting :: !Bool
- ncgDoConstantFolding :: !Bool
- ncgSseVersion :: Maybe SseVersion
- ncgBmiVersion :: Maybe BmiVersion
- ncgDumpRegAllocStages :: !Bool
- ncgDumpAsmStats :: !Bool
- ncgDumpAsmConflicts :: !Bool
- ncgWordWidth :: NCGConfig -> Width
- platformWordWidth :: Platform -> Width
Documentation
Native code generator configuration
NCGConfig | |
|
ncgWordWidth :: NCGConfig -> Width Source #
Return Word size
platformWordWidth :: Platform -> Width Source #
Return Word size