Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
precompile: serialize the full edges graph (#46920)
Browse files Browse the repository at this point in the history
Previously, we would flatten the edges graph during serialization, to
simplify the deserialization codes, but that now was adding complexity
and confusion and uncertainty to the code paths. Clean that all up, so
that we do not do that. Validation is performed while they are represented
as forward edges, so avoids needing to interact with backedges at all.

This uses the same algorithm now as #46749 for cycle convergence.

(cherry picked from commit fbd5a72)
vtjnash committed Nov 29, 2022
1 parent 8d2e0f3 commit b595038
Showing 5 changed files with 532 additions and 512 deletions.
Loading

0 comments on commit b595038

Please sign in to comment.