[GHC] #16286: Continuations are not labelled in the binaries even with -g3
GHC
ghc-devs at haskell.org
Tue Feb 5 09:49:46 UTC 2019
#16286: Continuations are not labelled in the binaries even with -g3
-------------------------------------+-------------------------------------
Reporter: osa1 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version:
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by osa1):
I think we also don't generate labels for some closures. For example, I
currently see `lvl7_r1Al_closure` in dump-asm, but gdb can't find
`r1Al_closure` or `lvl7_r1Al_closure`, and I also don't see them in `nm`
output.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16286#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list