ghc-6.12.2: The GHC APISource codeContentsIndex
StaticFlags
Documentation
staticFlags :: [String]Source
initStaticOpts :: IO ()Source
data WayName Source
Constructors
WayThreaded
WayDebug
WayProf
WayEventLog
WayPar
WayGran
WayNDP
WayDyn
show/hide Instances
data Way Source
Constructors
Way
wayName :: WayName
wayTag :: String
wayRTSOnly :: Bool
wayDesc :: String
wayOpts :: [String]
v_Ways :: IORef [Way]Source
isRTSWay :: WayName -> BoolSource
mkBuildTag :: [Way] -> StringSource
opt_PprUserLength :: IntSource
opt_SuppressUniques :: BoolSource
opt_PprStyle_Debug :: BoolSource
opt_NoDebugOutput :: BoolSource
opt_SccProfilingOn :: BoolSource
opt_Hpc :: BoolSource
opt_DictsStrict :: BoolSource
opt_IrrefutableTuples :: BoolSource
opt_Parallel :: BoolSource
opt_DsMultiTyVar :: BoolSource
opt_NoStateHack :: BoolSource
opt_SimpleListLiterals :: BoolSource
opt_SpecInlineJoinPoints :: BoolSource
opt_CprOff :: BoolSource
opt_SimplNoPreInlining :: BoolSource
opt_SimplExcessPrecision :: BoolSource
opt_MaxWorkerArgs :: IntSource
opt_UF_CreationThreshold :: IntSource
opt_UF_UseThreshold :: IntSource
opt_UF_FunAppDiscount :: IntSource
opt_UF_KeenessFactor :: FloatSource
opt_UF_DearOp :: IntSource
opt_Fuel :: IntSource
opt_PIC :: BoolSource
opt_Static :: BoolSource
opt_IgnoreDotGhci :: BoolSource
opt_ErrorSpans :: BoolSource
opt_GranMacros :: BoolSource
opt_HiVersion :: IntegerSource
opt_HistorySize :: IntSource
opt_OmitBlackHoling :: BoolSource
opt_Unregisterised :: BoolSource
v_Ld_inputs :: IORef [String]Source
tablesNextToCode :: BoolSource
opt_StubDeadValues :: BoolSource
opt_Ticky :: BoolSource
addOpt :: String -> IO ()Source
removeOpt :: String -> IO ()Source
addWay :: WayName -> IO ()Source
getWayFlags :: IO [String]Source
v_opt_C_ready :: IORef BoolSource
Produced by Haddock version 2.6.1