[GHC] #13299: Typecheck multiple modules at the same time

GHC ghc-devs at haskell.org
Mon Feb 20 08:49:57 UTC 2017


#13299: Typecheck multiple modules at the same time
-------------------------------------+-------------------------------------
        Reporter:  ezyang            |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler (Type    |              Version:  8.0.1
  checker)                           |
      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):

 > The approach that SPJ and I would like to take is to replace this step
 with a new one that generates hi-boot files from hs files.

 Really?  Everything that follows appears to follow a different plan:
 compile the modules of a mutually recursive group of modules all together,
 as if they were one big module.  Which makes sense.

 I don't get the bit about generating hi-boot files.

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


More information about the ghc-tickets mailing list