[GHC] #1733: RTS option -N not exposed at Haskell level
GHC
trac at haskell.org
Tue Oct 9 10:56:02 EDT 2007
#1733: RTS option -N not exposed at Haskell level
-----------------------------------+----------------------------------------
Reporter: bos at serpentine.com | Owner: igloo
Type: merge | Status: new
Priority: normal | Milestone: 6.8.1
Component: libraries/base | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Easy (1 hr)
Os: Unknown | Testcase:
Architecture: Unknown |
-----------------------------------+----------------------------------------
Changes (by simonmar):
* owner: simonmar => igloo
* type: bug => merge
* milestone: 6.8 branch => 6.8.1
Comment:
Fixed. Patch to GHC:
{{{
Tue Oct 9 15:27:01 BST 2007 Simon Marlow <simonmar at microsoft.com>
* export n_capabilities, see #1733
}}}
Patch to `libraries\base`:
{{{
Tue Oct 9 14:20:42 BST 2007 Simon Marlow <simonmar at microsoft.com>
* expose the value of +RTS -N as GHC.Conc.numCapabilities (see #1733)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1733#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list