ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.StgToCmm.Ticky

Documentation

withNewTickyCounterThunk Source #

Arguments

:: Bool

static

-> Bool

updateable

-> Name 
-> FCode a 
-> FCode a 

withNewTickyCounterStdThunk Source #

Arguments

:: Bool

updateable

-> Name 
-> FCode a 
-> FCode a 

tickyAllocPrim Source #

Arguments

:: CmmExpr

size of the full header, in bytes

-> CmmExpr

size of the payload, in bytes

-> CmmExpr 
-> FCode () 

tickyAllocThunk :: CmmExpr -> CmmExpr -> FCode () Source #

tickyAllocPAP :: CmmExpr -> CmmExpr -> FCode () Source #

tickyDirectCall :: RepArity -> [StgArg] -> FCode () Source #

tickyReturnOldCon :: RepArity -> FCode () Source #

tickyReturnNewCon :: RepArity -> FCode () Source #