[GHC] #3372: Allow for multiple linker instances

GHC ghc-devs at haskell.org
Fri Sep 7 14:35:05 UTC 2018


#3372: Allow for multiple linker instances
-------------------------------------+-------------------------------------
        Reporter:  jcpetruzza        |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  low               |            Milestone:
       Component:  Runtime System    |              Version:
  (Linker)                           |
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:  3658              |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by simonmar):

 This is not fixed. The C API for the linker in the runtime was made
 thread-safe, so that multiple C clients could call it simultaneously, but
 GHC still has a single global instance of its own linker state.

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


More information about the ghc-tickets mailing list