Skip to content

Stream results of the retainer query to ghc-debug-brick

Matthew Pickering requested to merge wip/streaming-mp into master

This commit allows you the ghc-debug-brick interface to incrementally update whilst a query is being run.

  • Decouple the state update from the parallel traversal code
  • Implement async parallel and sequential traversals
  • Implement retainer traversal in terms of a parallel traversal.

Merge request reports

Loading