[GHC] #13960: Ticks exhausted with 8.0.2

GHC ghc-devs at haskell.org
Tue Jul 11 18:27:32 UTC 2017


#13960: Ticks exhausted with 8.0.2
-------------------------------------+-------------------------------------
        Reporter:  tom-bop           |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.2
      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):

 In general it is expected that some modules will occasionally need to have
 the tick limit bumped in order to compile. Afterall, the simplifier tick
 mechanism is merely a heuristic.

 In your case it sounds like this is a rather small and simple program,
 which makes the failure a bit more surprising. However, it's hard to tell
 without seeing actual code. It would be quite helpful if you could try to
 reduce the problem down to a something that you can share.

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


More information about the ghc-tickets mailing list