[GHC] #13864: RTS Stats are recorded without -T
GHC
ghc-devs at haskell.org
Fri Jun 23 21:32:34 UTC 2017
#13864: RTS Stats are recorded without -T
-------------------------------------+-------------------------------------
Reporter: glguy | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Runtime System | Version: 8.2.1-rc2
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 bgamari):
Ahhh, indeed this was intentional as the patch requires
`stats.allocated_bytes`. However, I'm not sure I agree with how we went
about this. If stat collection is now really mandatory then either we
should remove the ability to disable it or just make sure that we always
collect the bits that we need.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13864#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list