summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-concurrent.rst
Commit message (Collapse)AuthorAgeFilesLines
* users_guide: More capabilities than processors considered harmfulBen Gamari2016-08-311-1/+2
| | | | | | | | | | | | Test Plan: None. Reviewers: austin, simonmar Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2487
* Typofix.Edward Z. Yang2016-06-071-1/+1
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* users_guide: Use semantic directive/role for command line optionsBen Gamari2016-01-091-27/+23
| | | | | | And GHCi commands. This makes cross-referencing much easier. Also normalize markup a bit and add some missing flags.
* Modify Nmax to maxN Trac #10728MarcelineVQ2015-12-231-4/+5
| | | | | | | | | | | | | | | | | Added test and changed -Nmax to -maxN, -n was taken Noticed strange -m behavoir and fixed -m from quietly ignoring being passed invalid opts, e.g. "-msasd" Reviewers: simonmar, hvr, austin, thomie, bgamari Reviewed By: hvr, thomie, bgamari Subscribers: bgamari, hvr, thomie, simonmar Differential Revision: https://phabricator.haskell.org/D1677 GHC Trac Issues: #10728
* Add -Nmax<n> RTS feature (#10728)MarcelineVQ2015-12-191-1/+7
| | | | | | | | | | Added maximum core use based on processors -Nmax<x> chooses the minimum of processor count or x Added documentation. Reviewed By: simonmar, thomie Differential Revision: https://phabricator.haskell.org/D1650
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-0/+196