Forked from
Glasgow Haskell Compiler / GHC
7131 commits behind, 5 commits ahead of the upstream repository.
Ben Gamari
authored
Previously `zeroSlop` examined `RtsFlags` to determine whether the program was single-threaded. This is wrong; a program may be started with `+RTS -N1` yet the process may later increase the capability count with `setNumCapabilities`. This lead to quite subtle and rare crashes. Fixes #23088.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.