bgamari / ghc-debug

Moved to Haskell.org GitLab.
https://gitlab.haskell.org/ghc/ghc-debug
62 stars 10 forks source link

Complete implementation of TSO closures #20

Open mpickering opened 5 years ago

mpickering commented 5 years ago

I implemented decoding of TSO closures but only enough to get out the pointer to the stack.

TSO closures have a lot more information in them than that.