[GHC] #5809: Arity analysis could be better

GHC ghc-devs at haskell.org
Mon Feb 10 16:25:32 UTC 2014


#5809: Arity analysis could be better
--------------------------------------------+------------------------------
        Reporter:  simonmar                 |            Owner:  simonpj
            Type:  bug                      |           Status:  closed
        Priority:  normal                   |        Milestone:  7.6.2
       Component:  Compiler                 |          Version:  7.5
      Resolution:  fixed                    |         Keywords:
Operating System:  Unknown/Multiple         |     Architecture:
 Type of failure:  Runtime performance bug  |  Unknown/Multiple
       Test Case:                           |       Difficulty:  Unknown
        Blocking:                           |       Blocked By:
                                            |  Related Tickets:
--------------------------------------------+------------------------------
Changes (by nomeata):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Judging from the code, the new callartiy analysis should do exactly that
 (see that `block` is called with two arguments). Unfortunately, there is
 no small example here to verify this; but I’m optimistic. If you find that
 it does not work with today’s HEAD, I’d like to hear about it.

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


More information about the ghc-tickets mailing list