[GHC] #5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds)
GHC
ghc-devs at haskell.org
Tue Jul 7 11:47:26 UTC 2015
#5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12
(MonoLocalBinds)
-------------------------------------+-------------------------------------
Reporter: | Owner:
daniel.is.fischer | Status: closed
Type: bug | Milestone:
Priority: normal | Version: 7.0.3
Component: Compiler | Keywords:
Resolution: fixed | performance, MonoLocalBinds
Operating System: Linux | Architecture: x86
Type of failure: Runtime | Test Case:
performance bug | perf/should_run/T5113
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by bgamari):
It seems that this all comes down to a specialisation rule not firing.
Namely this one: `Rule fired: SPEC note @ (ST s) ` which happens twice in
the good case and never in the bad case.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5113#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list