[GHC] #8249: Allocation counts should include PAPs
#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
#8249: Allocation counts should include PAPs -------------------------------------+------------------------------------- Reporter: ezyang | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 7.7 Resolution: | 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: -------------------------------------+------------------------------------- Comment (by simonpj): I agree that allocation counts should include PAPs! Simon -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8249#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8249: Allocation counts should include PAPs -------------------------------------+------------------------------------- Reporter: ezyang | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Runtime System | Version: 7.7 Resolution: fixed | 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: -------------------------------------+------------------------------------- Changes (by ezyang): * status: new => closed * resolution: => fixed Comment: {{{ commit 275725892cc14fea32091b80d17b14c8cbf50e84 Author: Edward Z. Yang <ezyang@mit.edu> Date: Sat Sep 7 14:16:37 2013 -0700 Record PAP allocation to CCCS. Signed-off-by: Edward Z. Yang <ezyang@mit.edu> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8249#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC