[GHC] #10528: compile time performance regression with OverloadedStrings and Text
GHC
ghc-devs at haskell.org
Thu Jul 30 07:33:15 UTC 2015
#10528: compile time performance regression with OverloadedStrings and Text
-------------------------------------+-------------------------------------
Reporter: jakewheat | Owner: bgamari
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 jakewheat):
I tried with text-1.2.1.2:
with ghc 7.10.1:
{{{
real 1m20.054s
user 2m3.324s
sys 0m51.684s
}}}
with ghc 7.10.2:
{{{
real 10m32.169s
user 13m39.756s
sys 4m18.856s
}}}
It is still slow - is this expected?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10528#comment:19>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list