Re: [GHC] #5113: Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 (MonoLocalBinds)

#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
participants (1)
-
GHC