[commit: ghc] wip/rwbarton-dump: WIP: Recursively dump heap objects (36f12d1)
git at git.haskell.org
git at git.haskell.org
Wed Apr 26 21:20:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rwbarton-dump
Link : http://ghc.haskell.org/trac/ghc/changeset/36f12d183f8039c2e2ce7887ead867f82d17d7db/ghc
>---------------------------------------------------------------
commit 36f12d183f8039c2e2ce7887ead867f82d17d7db
Author: Reid Barton <rwbarton at gmail.com>
Date: Wed Apr 26 17:19:36 2017 -0400
WIP: Recursively dump heap objects
The new files are copies of Scav.* with minimal changes.
dump_closure is the entry point to dump a heap object.
>---------------------------------------------------------------
36f12d183f8039c2e2ce7887ead867f82d17d7db
rts/sm/{Scav.c => Trav.c} | 581 +++++++++++++++++++---------------------------
rts/sm/{Scav.h => Trav.h} | 15 +-
2 files changed, 246 insertions(+), 350 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 36f12d183f8039c2e2ce7887ead867f82d17d7db
More information about the ghc-commits
mailing list