Skip to content
  • Ömer Sinan Ağacan's avatar
    rts: Unglobalize dead_weak_ptr_list and resurrected_threads · 5aab1d9c
    Ömer Sinan Ağacan authored and Marge Bot's avatar Marge Bot committed
    In the concurrent nonmoving collector we will need the ability to call
    `traverseWeakPtrList` concurrently with minor generation collections.
    This global state stands in the way of this. However, refactoring it
    away is straightforward since this list only persists the length of a
    single GC.
    5aab1d9c