[GHC] #12650: Too many warnigns about consistentCafInfo
GHC
ghc-devs at haskell.org
Mon Oct 3 08:46:06 UTC 2016
#12650: Too many warnigns about consistentCafInfo
-------------------------------------+-------------------------------------
Reporter: nomeata | Owner:
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 simonpj):
I agree. Potentially this a serious warning. Someone should look into it!
It happens if
* The info about CAF-hood predicted by `CorePrep` differ from...
* the info about CAF-hood discovered by `CoreToStg`
I can advise.
As a systematic fix, I really want to get info about arity and CAF-hood
from the `CoreToStg` pass, and NOT predict it in `CorePrep`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12650#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list