[GHC] #5642: Deriving Generic of a big type takes a long time and lots of space
GHC
ghc-devs at haskell.org
Sat Oct 24 07:26:55 UTC 2015
#5642: Deriving Generic of a big type takes a long time and lots of space
-------------------------------------+-------------------------------------
Reporter: basvandijk | Owner: bgamari
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case: T5642
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by basvandijk):
Another user of aeson also [https://github.com/bos/aeson/issues/309 ran
into this] (or something which looks like this). However, instead of a big
sum type he has a big product type.
The other interesting thing is that the issue only seems to appear with
aeson-0.10.0.0.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5642#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list