[GHC] #9314: Huge space leak of GHC API 7.8.x

GHC ghc-devs at haskell.org
Mon Jul 14 11:15:30 UTC 2014


#9314: Huge space leak of GHC API 7.8.x
-------------------------------------+------------------------------------
        Reporter:  kazu-yamamoto     |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  GHC API           |          Version:  7.8.3
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  Other             |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by simonpj):

 -O2 adds `SpecConstr`, a notorious source of blow-up.  Try switching it
 off with `-fno-spec-constr`.

 The `SpecConstr` blow-up needs love and attention, and I keep being too
 distracted.  Help most welcome. I don't think it's fundamental.

 Simon

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9314#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list