Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
incremental deserialize: fix backedge insertion
the previous attempt to preserve the backedge map was being too cute it is more reliable to simply flatten the whole map into the new caller also corrects the validation that the backedge is not already invalid make sure internal backedges are only internal: this preserves the expected invariant for jl_insert_backedges/jl_method_instance_delete that any backedges encountered there are purely internal / new enable GC slightly sooner when loading precompiled modules (part of #20671) reverts 11a984b - but who needed that anyways
- Loading branch information