[GHC] #10528: compile time performance regression with OverloadedStrings and Text
GHC
ghc-devs at haskell.org
Mon Aug 3 21:16:46 UTC 2015
#10528: compile time performance regression with OverloadedStrings and Text
-------------------------------------+-------------------------------------
Reporter: jakewheat | Owner:
Type: bug | Status: merge
Priority: high | Milestone: 7.10.3
Component: Compiler | Version: 7.10.2-rc2
Resolution: | Keywords:
Operating System: Linux | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by afarmer):
Please do merge the commit referenced in comment:15!
HERMIT (for better or worse) still relies on rules pragmas to specify
equational properties. The "fix huge space leak" commit mentioned in
comment:12 effectively prevents us from using HERMIT with 7.10.2 because
the left-hand sides of rules are being rewritten before they get to
HERMIT. (Apologies for not spotting this earlier... I've been traveling
this summer.)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10528#comment:32>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list