[GHC] #8613: simplifier ticks exhausted
GHC
ghc-devs at haskell.org
Wed Jan 13 21:44:08 UTC 2016
#8613: simplifier ticks exhausted
-------------------------------------+-------------------------------------
Reporter: guest | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: worksforme | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => worksforme
Comment:
GHC 7.10 actually started accepting this program again, with the default
`simpl-tick-factor` program, but GHC 8.0 doesn't.
||||||= `-fsimpl-tick-factor` =||
||= GHC =||= panic =||= ok =||
|| 7.10 || 90 || 95 ||
|| 8.0.1 || 110 || 115 ||
This doesn't seem like a GHC bug. Either increase the tick factor a bit
when compiling this program, or remove some of the `INLINE`s.
Thanks for reporting.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8613#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list