[GHC] #13596: Try disabling inlining of DynFlags combinators
GHC
ghc-devs at haskell.org
Thu Feb 22 13:32:53 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):
I tried a plain old stage2 build, comparing GHC HEAD against a version
with added `NOINLINE` on `make_ord_flag` and `make_dep_flag`, which seems
to reduce compile times only marginally, and overall memory use from 72M
to 70M.
Anything else that you think might benefit from `NOINLINE`?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13596#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list