ghc-8.10.3: The GHC API
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 ()