ghc-9.2.5: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CmmToAsm.Config

Description

Native code generator configuration

Synopsis

Documentation

data NCGConfig Source #

Native code generator configuration

Constructors

NCGConfig 

Fields

ncgWordWidth :: NCGConfig -> Width Source #

Return Word size

ncgSpillPreallocSize :: NCGConfig -> Int Source #

Size in bytes of the pre-allocated spill space on the C stack

platformWordWidth :: Platform -> Width Source #

Return Word size