ghc-heap-9.11: Functions for walking GHC's heap
Safe HaskellNone
LanguageHaskell2010

GHC.Exts.Stack.Decode

Synopsis

Documentation

decodeStack :: StackSnapshot -> IO StgStackClosure Source #

Decode StackSnapshot to a StgStackClosure

The return value is the representation of the StgStack itself.

See Note [Decoding the stack].