
#9630: compile-time performance regression (probably due to Generics)
-------------------------------------+-------------------------------------
Reporter: hvr | Owner: simonpj
Type: bug | Status: new
Priority: high | Milestone: 7.12.1
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: #9583 | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by darchon):
I have another data-point for this performance bug:
http://hackage.haskell.org/package/unbound-generics. Compiling the
following example: https://github.com/lambdageek/unbound-
generics/blob/master/examples/F.hs
{{{
$ uname -a
Darwin wlan022084.mobiel.utwente.nl 14.1.0 Darwin Kernel Version 14.1.0:
Thu Feb 26 19:26:47 PST 2015;
root:xnu-2782.10.73~1/RELEASE_X86_64 x86_64
#############################################################################
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.8.4
$ ghc -O -c -Rghc-timing -fforce-recomp -Wnot F.hs
<