[GHC] #5987: Too many symbols in ghc package DLL

GHC ghc-devs at haskell.org
Tue Aug 29 18:01:18 UTC 2017


#5987: Too many symbols in ghc package DLL
---------------------------------+----------------------------------------
        Reporter:  igloo         |                Owner:  Phyx-
            Type:  bug           |               Status:  patch
        Priority:  normal        |            Milestone:  8.4.1
       Component:  Compiler      |              Version:  7.5
      Resolution:                |             Keywords:
Operating System:  Windows       |         Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:  10352         |             Blocking:  5355
 Related Tickets:                |  Differential Rev(s):  Phab:D2592
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"5266ab9059dffa741b172636f50f1fbfd491dbb4/ghc"
 5266ab90/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="5266ab9059dffa741b172636f50f1fbfd491dbb4"
 Remove dll-split.

 This patch removes dll-split from the code base, the reason is dll-split
 no longer makes any sense. It was designed to split a dll in two, but we
 now already have many more symbols than would fit inside two dlls. So we
 need a third one. This means there's no point in having to maintain this
 list as it'll never work anyway and the solution isn't scalable.

 Test Plan: ./validate

 Reviewers: austin, bgamari

 Reviewed By: bgamari

 Subscribers: rwbarton, thomie, #ghc_windows_task_force

 GHC Trac Issues: #5987

 Differential Revision: https://phabricator.haskell.org/D3882
 }}}

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


More information about the ghc-tickets mailing list