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

GHC.Debug.Client.RequestCache

Synopsis

Documentation

data RequestCache Source #

Instances

Instances details
Binary RequestCache Source # 
Instance details

Defined in GHC.Debug.Client.RequestCache

cacheReq :: Request resp -> resp -> RequestCache -> RequestCache Source #

lookupReq :: forall resp. Request resp -> RequestCache -> Maybe resp Source #

clearMovableRequests :: RequestCache -> RequestCache Source #

Clear the part of the cache which will become invalid after pausing For example, we need to clear blocks, but can keep the info table caches.