Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't mutate the hashtable with forward edges during final iteration. (…
…#46375) By looking up keys, we possibly grow the hash table, invalidating the iteration we were doing in jl_collect_backedges. First perform a non-mutating check instead, and assert that the hashtable doesn't change during iteration.
- Loading branch information