[GHC] #15051: -split-objs generates excessively many files on Windows

GHC ghc-devs at haskell.org
Sun Jun 17 18:58:47 UTC 2018


#15051: -split-objs generates excessively many files on Windows
---------------------------------+--------------------------------------
        Reporter:  kanetw        |                Owner:  (none)
            Type:  bug           |               Status:  new
        Priority:  highest       |            Milestone:  8.6.1
       Component:  Compiler      |              Version:  8.5
      Resolution:                |             Keywords:
Operating System:  Windows       |         Architecture:  x86_64 (amd64)
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):
       Wiki Page:                |
---------------------------------+--------------------------------------

Comment (by bgamari):

 It looks like the source of the symbols is the `Typeable` `KindRep`s
 generated for the tuple types. However, I'm rather surprised that we are
 just seeing this now; this logic has been present since 8.2. Are you sure
 this is a new problem?

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


More information about the ghc-tickets mailing list