Add late cost centre support
1 unresolved thread
1 unresolved thread
Docs have been added. Everything works as expected see the docs for details.
I will assign to marge when CI passes.
Fixes #16765 (closed).
Edited by Ben Gamari
Merge request reports
Activity
Filter activity
- Resolved by Andreas Klebinger
- Resolved by Andreas Klebinger
- Resolved by Andreas Klebinger
- Resolved by Andreas Klebinger
If you build the
memory
package with this patch you get this bug[ 7 of 29] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, dist/build/Data/Memory/Internal/CompatPrim.p_o ) ghc: panic! (the 'impossible' happened) (GHC version 9.2.1.20211212: tyConAppTyCon a_11 Call stack: CallStack (from HasCallStack): callStackDoc, called at compiler/GHC/Utils/Panic.hs:181:37 in ghc:GHC.Utils.Panic pprPanic, called at compiler/GHC/Core/Type.hs:1428:52 in ghc:GHC.Core.Type Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug cabal: Failed to build memory-0.16.0 (which is required by exe:graphql-engine from graphql-engine-1.0.0). See the build log above for details.
added 130 commits
-
0c60ea0d...f0adea14 - 128 commits from branch
master
- 66953bb4 - Add late cost centre support
- 798811df - Cleanup
-
0c60ea0d...f0adea14 - 128 commits from branch
added 34 commits
-
798811df...3531c478 - 33 commits from branch
master
- fa676951 - Add late cost centre support
-
798811df...3531c478 - 33 commits from branch
- Resolved by Andreas Klebinger
- Resolved by Andreas Klebinger
- Resolved by Andreas Klebinger
added 18 commits
-
fa676951...e59446c6 - 17 commits from branch
master
- 14302474 - Add late cost centre support
-
fa676951...e59446c6 - 17 commits from branch
added 40 commits
-
7822e423...27581d77 - 39 commits from branch
master
- 3c5f621b - Add late cost centre support
-
7822e423...27581d77 - 39 commits from branch
added 16 commits
-
3c5f621b...f115c382 - 15 commits from branch
master
- 84d5cc41 - Add late cost centre support
-
3c5f621b...f115c382 - 15 commits from branch
added 13 commits
-
84d5cc41...1dbe5b2a - 12 commits from branch
master
- c2d1a28d - Add late cost centre support
-
84d5cc41...1dbe5b2a - 12 commits from branch
assigned to @marge-bot
I will attempt to batch this MR (!7540 (closed))...
Batch MR !7540 (closed) failed: CI failed! I will retry later...
I will attempt to batch this MR (!7541 (closed))...
Merged in 48f25715
438 438 or the :rts-flag:`-xc` RTS flag (:ref:`rts-options-debugging`) for more 439 439 details. 440 440 441 .. ghc-flag:: -fprof-late-ccs 442 :shortdesc: Auto-add ``SCC``\\ s to all top level bindings *after* the optimizer has run. 443 :type: dynamic 444 :reverse: -fno-prof-auto Thanks !7544 (closed)
Please register or sign in to reply