[GHC] #13049: Make `-dead_strip` the default on Darwin

GHC ghc-devs at haskell.org
Tue Jan 10 19:21:41 UTC 2017


#13049: Make `-dead_strip` the default on Darwin
-------------------------------------+-------------------------------------
        Reporter:  dobenour          |                Owner:
            Type:  bug               |               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):  Phab:D2911
       Wiki Page:                    |
-------------------------------------+-------------------------------------

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

 In [changeset:"0a6c257de5c217436ec61fdf4b06bca059181f83/ghc"
 0a6c257d/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="0a6c257de5c217436ec61fdf4b06bca059181f83"
 -dead_strip is now the default on Darwin

 This enables subsections-via-symbols (-dead_strip) by default on Darwin.
 The Static Reference Table (SRT) needs to be split in order for
 -dead_strip to be helpful, so this commit always splits it on Darwin
 systems.

 Test Plan: GHC CI on Darwin

 Reviewers: erikd, austin, bgamari

 Reviewed By: erikd, bgamari

 Subscribers: erikd, thomie

 Differential Revision: https://phabricator.haskell.org/D2911

 GHC Trac Issues: #11040, #13049
 }}}

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


More information about the ghc-tickets mailing list