asterius icon indicating copy to clipboard operation
asterius copied to clipboard

GC: correctly collect TSOs

Open hsyl20 opened this issue 6 years ago • 1 comments

Currently the GC uses all the TSOs as roots (even the completed ones).

  • [ ] Only use active TSOs as roots
  • [ ] Don't forget to evacuate the link field on the active TSOs
  • [ ] Blocked TSOs that are garbage-collected should be resurrected with the appropriate exception (BlockedIndefinitelyOnMVar/STM or NonTermination)

hsyl20 avatar Oct 02 '19 10:10 hsyl20

@hsyl20 #272 Duplicate of

  • [ ] #641

Yveling23 avatar May 09 '20 15:05 Yveling23