diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2021-02-16 01:27:36 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-28 06:10:40 -0500 |
commit | d262edad33dfc21e0eee5c7b18d232b93d8922cf (patch) | |
tree | 99c6c1a90370ee3c89d8e0cfba6010ff9fa13cf0 /CODEOWNERS | |
parent | 0a85502b62e2a9652ba6c3b66a34a502c0943015 (diff) | |
download | haskell-d262edad33dfc21e0eee5c7b18d232b93d8922cf.tar.gz |
CODEOWNERS: Add @DanielG as maintainer for RTS heap profiling code
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 7782dd9a76..c1429a0ded 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -15,6 +15,19 @@ /rts/linker/ @angerman @Phyx @simonmar /includes/ @bgamari @simonmar @osa1 +[RTS heap profiling] +/docs/users_guide/profiling.rst @DanielG +/includes/rts/ProfHeap.h @DanielG +/includes/rts/TraverseHeap.h @DanielG +/includes/rts/storage/ClosureMacros.h @DanielG +/rts/LdvProfile* @DanielG +/rts/ProfHeap* @DanielG +/rts/Retainer* @DanielG +/rts/TraverseHeap* @DanielG +/rts/sm/GC.c @DanielG +/rts/sm/Storage* @DanielG +/testsuite/tests/profiling/should_run/TraverseHeap* @DanielG + [The compiler] /compiler/parser/ @int-index /compiler/GHC/Hs/ @simonpj @rae |