summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-02-19 11:04:40 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2021-03-03 06:29:43 -0500
commit78bd3182b246e99aad825e12a8485c1cd3439eb5 (patch)
tree755335f02798c42a15e35adb1f53b803a28c342f
parentede60537b9c6827063734312d8068a7d30b89dd5 (diff)
downloadhaskell-wip/ticky_ghc-dyn-alloc.tar.gz
Hadrian: Enable -ticky-dyn-thunk in ticky_ghc transformerwip/ticky_ghc-dyn-alloc
This produces much more detailed ticky profiles which include names of constructors. Related !3340 !2098 Fixes #19403
-rw-r--r--hadrian/src/Flavour.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Flavour.hs b/hadrian/src/Flavour.hs
index 3f2b30352e..fad5dc80eb 100644
--- a/hadrian/src/Flavour.hs
+++ b/hadrian/src/Flavour.hs
@@ -164,6 +164,7 @@ enableTickyGhc =
ticky = mconcat
[ arg "-ticky"
, arg "-ticky-allocd"
+ , arg "-ticky-dyn-thunk"
-- You generally need STG dumps to interpret ticky profiles
, arg "-ddump-to-file"
, arg "-ddump-stg-final"