Wen Kokke pushed to branch wip/wenkokke/trace-ipe at Glasgow Haskell Compiler / GHC Commits: 8ead4610 by Wen Kokke at 2026-05-07T18:10:18+01:00 docs: Add eventlog IPE flag -lI - - - - - 1 changed file: - docs/users_guide/runtime_control.rst Changes: ===================================== docs/users_guide/runtime_control.rst ===================================== @@ -1304,6 +1304,9 @@ When the program is linked with the :ghc-flag:`-eventlog` option - ``u`` — user events. These are events emitted from Haskell code using functions such as ``Debug.Trace.traceEvent``. Enabled by default. + - ``I`` — IPE events. These events describe source position information + for info tables. See :ghc-flag:`-finfo-table-map`. + You can disable specific classes, or enable/disable all classes at once: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8ead4610e2141733268a848d3e58487b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8ead4610e2141733268a848d3e58487b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wen Kokke (@wenkokke)