[GHC] #8249: Allocation counts should include PAPs
GHC
ghc-devs at haskell.org
Sat Sep 7 09:04:45 CEST 2013
#8249: Allocation counts should include PAPs
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 7.7
Keywords: | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: Incorrect result
Difficulty: Easy (less than 1 | at runtime
hour) | Test Case:
Blocked By: | Blocking:
Related Tickets: |
-------------------------------------+-------------------------------------
I was looking through the profiling code and I noticed we don't charge the
heap allocation for PAPs on slow-calls to the relevant cost center
(relevant code is rts/AutoApply.h, the BUILD_PAP macro). This is probably
not right, but I would like someone to agree with me.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8249>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list