summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeo Camarasu <teofilcamarasu@gmail.com>2023-02-28 21:17:46 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-16 12:17:50 -0400
commitc9c26cd60692feadcec78c51041df1dbf0caaf8f (patch)
tree5fc2a5f813fa93c9f34e4c96849c58492229142a /docs
parentee17001e54c3c6adccc5e3b67b629655c14da43a (diff)
downloadhaskell-c9c26cd60692feadcec78c51041df1dbf0caaf8f.tar.gz
Fix BCO creation setting caps when -j > -N
* Remove calls to 'setNumCapabilities' in 'createBCOs' These calls exist to ensure that 'createBCOs' can benefit from parallelism. But this is not the right place to call `setNumCapabilities`. Furthermore the logic differs from that in the driver causing the capability count to be raised and lowered at each TH call if -j > -N. * Remove 'BCOOpts' No longer needed as it was only used to thread the job count down to `createBCOs` Resolves #23049
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions