Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the logic for scanning tasks in the Julia GC.
This removes an unnecessary (and wrong) test that intended to avoid repeated scanning of the main thread stack, but instead skipped scanning of all root stacks.
- Loading branch information