[GHC] #9675: Unreasonable memory usage on large data structures
GHC
ghc-devs at haskell.org
Mon Oct 13 09:28:40 UTC 2014
#9675: Unreasonable memory usage on large data structures
-------------------------------------+-------------------------------------
Reporter: Polarina | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Compile- | Difficulty: Unknown
time performance bug | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by nomeata):
A space leak seems to be hidden in `DmdAnal`. Maybe strictness annotation
calculation for dead variables, which are then never used? I’m preparing a
compiler perf test case so that we can track possible improvements.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9675#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list