ghc-debug-client-0.2.1.0: Useful functions for writing heap analysis tools which use ghc-debug.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Debug.ObjectEquiv

Description

Attempt to find duplicate objects on the heap. The analysis is not exact but attempts to find closures which are identical, and could be shared.

Documentation

type EquivMap = OrdPSQ PtrClosure Int ClosurePtr Source #