summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2021-02-16 01:27:36 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-28 06:10:40 -0500
commitd262edad33dfc21e0eee5c7b18d232b93d8922cf (patch)
tree99c6c1a90370ee3c89d8e0cfba6010ff9fa13cf0
parent0a85502b62e2a9652ba6c3b66a34a502c0943015 (diff)
downloadhaskell-d262edad33dfc21e0eee5c7b18d232b93d8922cf.tar.gz
CODEOWNERS: Add @DanielG as maintainer for RTS heap profiling code
-rw-r--r--CODEOWNERS13
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