#1639: Unknown symbol ends up in-hd profile
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: support request | Status: closed
Priority: normal | Milestone:
Component: Profiling | Version: 6.7
Severity: critical | Resolution: fixed
Keywords: | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
----------------------------------+-----------------------------------------
Changes (by simonmar):
* resolution: => fixed
* status: new => closed
Comment:
You can get all kinds of compiler-generated stuff in a `-hd` profile,
because you're asking for closure descriptions. The description of a
thunk is the name of the thunk, which is often a compiler-generated name
since the expression did not have a name in the original program, or is
the result of inlining or transformation. You could use `-hc -hdsat_sugg`
for example to see what these closures were created by, or `-hy
-hdsat_sugg` to see what type they have.
BTW, is "critical" really appropriate for a profiling problem?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1639>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs