diff options
author | Sven Tennie <sven.tennie@gmail.com> | 2021-04-03 19:35:34 +0200 |
---|---|---|
committer | Sven Tennie <sven.tennie@gmail.com> | 2021-09-22 09:14:00 +0200 |
commit | 162e44d96db8f3070b4e1bc05d5c40a3e2d65794 (patch) | |
tree | 7817d9b2d6319d7561b927ad3d8bdffddc42ab57 /rts/include/stg/MiscClosures.h | |
parent | 5c0628d09d78a920c1ae46fa2e668d603b1d01af (diff) | |
download | haskell-wip/stack-unwinding.tar.gz |
Use Info Table Provenances to decode cloned stack (#18163)wip/stack-unwinding
Emit an Info Table Provenance Entry (IPE) for every stack represeted info table
if -finfo-table-map is turned on.
To decode a cloned stack, lookupIPE() is used. It provides a mapping between
info tables and their source location.
Please see these notes for details:
- [Stacktraces from Info Table Provenance Entries (IPE based stack unwinding)]
- [Mapping Info Tables to Source Positions]
Metric Increase:
T12545
Diffstat (limited to 'rts/include/stg/MiscClosures.h')
-rw-r--r-- | rts/include/stg/MiscClosures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/include/stg/MiscClosures.h b/rts/include/stg/MiscClosures.h index 1eed441eae..8c6b863d0a 100644 --- a/rts/include/stg/MiscClosures.h +++ b/rts/include/stg/MiscClosures.h @@ -571,8 +571,6 @@ RTS_FUN_DECL(stg_traceBinaryEventzh); RTS_FUN_DECL(stg_traceMarkerzh); RTS_FUN_DECL(stg_getThreadAllocationCounterzh); RTS_FUN_DECL(stg_setThreadAllocationCounterzh); -RTS_FUN_DECL(stg_cloneMyStackzh); - /* Other misc stuff */ // See wiki:commentary/compiler/backends/ppr-c#prototypes |