[GHC] #12181: Multi-threaded code on ARM64 GHC runtime doesn't use all available cores

GHC ghc-devs at haskell.org
Mon Jul 18 07:34:44 UTC 2016


#12181: Multi-threaded code on ARM64 GHC runtime doesn't use all available cores
--------------------------------------------+------------------------------
        Reporter:  varosi                   |                Owner:
            Type:  bug                      |               Status:  new
        Priority:  normal                   |            Milestone:
       Component:  Runtime System           |              Version:  7.10.3
      Resolution:                           |             Keywords:
Operating System:  Unknown/Multiple         |         Architecture:  arm
 Type of failure:  Runtime performance bug  |            Test Case:
      Blocked By:                           |             Blocking:
 Related Tickets:                           |  Differential Rev(s):
       Wiki Page:                           |
--------------------------------------------+------------------------------

Comment (by simonmar):

 You can already do this, with `GHC.Conc.getNumberOfProcessors` followed by
 `GHC.Conc.setNumCapabilities`.

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


More information about the ghc-tickets mailing list