Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    6d1700b6
    rts: Move thread labels into TSO · 6d1700b6
    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.
    6d1700b6
    History
    rts: Move thread labels into TSO
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.