Skip to content
Snippets Groups Projects
Commit 6d1700b6 authored by Ben Gamari's avatar Ben Gamari
Browse files

rts: Move thread labels into TSO

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.
parent aa818a9f
No related branches found
No related tags found
No related merge requests found
Showing
with 135 additions and 153 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment