[GHC] #13596: Try disabling inlining of DynFlags combinators
GHC
ghc-devs at haskell.org
Mon Feb 26 15:56:41 UTC 2018
#13596: Try disabling inlining of DynFlags combinators
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: bgamari
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by tdammers):
Only other candidate I could come up with is `alterSettings`; other than
that, everything seems to be record accessors. `NOINLINE`ing
`alterSettings` however increases compile times, so that is clearly not
something we would want.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13596#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list