Forked from
Glasgow Haskell Compiler / GHC
7799 commits behind, 629 commits ahead of the upstream repository.
-
Ben Gamari authored
This eliminates the thread label HashTable and instead tracks this information in the TSO, allowing us to use proper StgArrBytes arrays for backing the label and greatly simplifying management of object lifetimes when we expose them to the user with the coming `threadLabel#` primop.
Ben Gamari authoredThis eliminates the thread label HashTable and instead tracks this information in the TSO, allowing us to use proper StgArrBytes arrays for backing the label and greatly simplifying management of object lifetimes when we expose them to the user with the coming `threadLabel#` primop.
ThreadLabels.h 607 B