[GHC] #9979: Performance regression GHC 7.8.4 to GHC HEAD

GHC ghc-devs at haskell.org
Tue Jan 13 13:33:02 UTC 2015


#9979: Performance regression GHC 7.8.4 to GHC HEAD
-------------------------------------+-------------------------------------
        Reporter:  alanz             |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.11
      Resolution:                    |                Keywords:  regression
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by hvr):

 Maybe another example to investigate is `cabal install text`, which went
 from 30 secs on GHC 7.4 to 90 secs on GHC 7.10:

 {{{
 attoparsec-0.10.4.0     GHC-7.10.0.20141227 text-1.2.0.4 # 92668ms
 attoparsec-0.10.4.0     GHC-7.8.4           text-1.2.0.4 # 65736ms
 attoparsec-0.10.4.0     GHC-7.6.3           text-1.2.0.4 # 27520ms
 attoparsec-0.10.4.0     GHC-7.4.2           text-1.2.0.4 # 31303ms
 }}}

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


More information about the ghc-tickets mailing list