[GHC] #14594: 2 modules / 2500LOC takes nearly 3 minutes to build
GHC
ghc-devs at haskell.org
Fri Jan 5 20:19:51 UTC 2018
#14594: 2 modules / 2500LOC takes nearly 3 minutes to build
-------------------------------------+-------------------------------------
Reporter: schyler | Owner: dfeuer
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
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 dfeuer):
I would think we'd want a general rule against inlining under a
constructor in core2core. The context seems inherently too boring. And
indeed we ''don't'' inline into the definition of the dictionary itself;
we only inline into its unfolding. I don't know why.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14594#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list