[GHC] #13261: Consider moving Typeable evidence generation wholly back to solver

GHC ghc-devs at haskell.org
Fri Feb 10 15:25:49 UTC 2017


#13261: Consider moving Typeable evidence generation wholly back to solver
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                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 nomeata):

 Can we do it like specializations: Create on the fly the first time we
 need them, but use an existing one if any dependency already created them?
 (Maybe this is what Simon means by on-the-fly CSE).

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13261#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list