ghc-8.6.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

StgCmmTicky

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 ()