[GHC] #3693: Show stack traces
GHC
ghc-devs at haskell.org
Sun Jan 19 20:42:02 UTC 2014
#3693: Show stack traces
-------------------------------------+------------------------------------
Reporter: jpet | Owner: Tarrasch
Type: feature request | Status: new
Priority: normal | Milestone: 7.10.1
Component: Runtime System | Version: 6.10.4
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Tarrasch):
Hi Carter,
Implementing stack traces can be thought of two parts, (1) the code-
generator stuff that now has to be able to also emit debug data and (2)
Library and rts components. Peter is working on the (1)-part, his most
recent work is here[1] (afaict). I work on the (2)-side of things. My work
is here[2].
But I think the most interesting parts is the research and conversations
we're having. Peter and I are usually collaborating at least weekly on
this. I'll be more than happy to share or explain any detail you might be
interested in.
[1]: https://github.com/scpmw/ghc/tree/profiling-import
[2]: https://github.com/Tarrasch/ghc/tree/dev (I just pushed this, good
thing you reminded me)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/3693#comment:52>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list