... | ... | @@ -16,6 +16,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/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
|
|
|
|
|
|
- Build failures. If you're trying to debug a build failure, then you probably want to look at
|
|
|
|
... | ... | @@ -91,4 +92,4 @@ Flags: |
|
|
There's a hack to avoid descending into '\*_split' directories.
|
|
|
|
|
|
|
|
|
The source for `compareSizes` is in `$(TOP)/utils/compare_sizes`. |
|
|
The source for `compareSizes` is in `$(TOP)/utils/compare_sizes`. |
|
|
\ No newline at end of file |