... | ... | @@ -15,6 +15,7 @@ This part of the wiki collects all the information related to debugging GHC. Tha |
|
|
|
|
|
- [Debugging/ProfilingGhc](debugging/profiling-ghc): Profiling the compiler itself.
|
|
|
- [Debugging/TickyTicky](debugging/ticky-ticky): for debugging performance-related issues in compiled code. Typically for performance debugging of the Simplifier and Core-level optimisations.
|
|
|
- [Debugging/CacheGrind](debugging/Cachegrind): Identify hot spots with instruction counts per line of GHC source code.
|
|
|
- [Debugging/LowLevelProfiling](debugging/low-level-profiling): way to investigate low-level performance, typically for performance debugging of the code generator or RTS.
|
|
|
- [Debugging/CabalTest](debugging/cabal-test): the "`Cabal` test" for comparing performance of GHC builds
|
|
|
|
... | ... | |