1. 09 Aug, 2022 1 commit
    • Xavier Thompson's avatar
      Destroy forks with stolen continuations sooner · 673cea98
      Xavier Thompson authored
      Previously when forked tasks didn't finish synchronously, they were
      added to a list of children tasks and destroyed at the next sync.
      
      But this meant that in the case of an infinite loop spawning new forks,
      such memory could grow unboundedly and never be reclaimed.
      
      Fixing this also required changing how exceptions in forks are propagated.
      673cea98
  2. 08 Aug, 2022 1 commit
  3. 20 Jul, 2022 3 commits
  4. 18 Jul, 2022 1 commit
  5. 12 Jul, 2022 1 commit
  6. 11 Jul, 2022 2 commits
  7. 08 Jul, 2022 2 commits
  8. 07 Jul, 2022 8 commits
  9. 28 Jun, 2022 1 commit
  10. 27 Jun, 2022 1 commit
  11. 21 Jun, 2022 1 commit
  12. 20 Jun, 2022 8 commits
  13. 19 Jun, 2022 1 commit
  14. 17 Jun, 2022 1 commit
  15. 16 Jun, 2022 3 commits
  16. 06 Jun, 2022 3 commits
  17. 03 Jun, 2022 2 commits