[GHC] #14211: Compiler is unable to INLINE as well as the programmer can manually
GHC
ghc-devs at haskell.org
Fri Sep 15 06:20:44 UTC 2017
#14211: Compiler is unable to INLINE as well as the programmer can manually
-------------------------------------+-------------------------------------
Reporter: harendra | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
| StaticArgumentTransformation,
| Inlining
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by harendra):
{{{
-dcore-lint
Turn on heavyweight intra-pass sanity-checking within GHC, at Core level.
(It checks GHC’s sanity, not yours.)
}}}
Someone who is not working on GHC would not even look at such flags and
rightly so. We need a flag for regular programmers helping them in the
optimization process, something like `-Wmissed-specialisations` or does
that flag cover inlining as well?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14211#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list