[GHC] #12790: GHC 8.0.1 uses copious amounts of RAM and time when trying to compile lambdabot-haskell-plugins
GHC
ghc-devs at haskell.org
Mon Oct 31 21:32:31 UTC 2016
#12790: GHC 8.0.1 uses copious amounts of RAM and time when trying to compile
lambdabot-haskell-plugins
-------------------------------------+-------------------------------------
Reporter: clint | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Oops, I misread a comment in IRC :/
It's sufficient to just try to build the module
`Lambdabot.Plugin.Haskell.Pl.Parser` along with its dependency
`Lambdabot.Plugin.Haskell.Pl.Common` (with `-O -prof`). Only package
dependencies are mtl, text and parsec.
GHC 7.10.1 works okay.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12790#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list