[GHC] #12962: No automatic SCC annotations for functions marked INLINABLE
GHC
ghc-devs at haskell.org
Tue May 9 07:59:47 UTC 2017
#12962: No automatic SCC annotations for functions marked INLINABLE
-------------------------------------+-------------------------------------
Reporter: MikolajKonarski | Owner: dfeuer
Type: bug | Status: new
Priority: normal | Milestone: 8.4.1
Component: Profiling | Version: 8.0.1
Resolution: | Keywords: Inlining,
| newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #12963 | Differential Rev(s): Phab:D3550
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
I'm a bit lost on this
* Do INLINE functions get cost centres with `-fprof-auto`?
* Do INLINABLE functions get cost centres with `-fprof-auto`?
* Whatever the answer we need a `Note` in `Coverage.hs` to explain (a) the
design choice and (b) how the guard implements it
* The user manual should specify what happens.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12962#comment:17>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list