Skip to content

Commit

Permalink
precompile: serialize the full edges graph
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.

This uses the same algorithm now as #46749 for cycle convergence.
  • Loading branch information
vtjnash committed Sep 27, 2022
1 parent 698beed commit f12390c
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 466 deletions.
Loading

0 comments on commit f12390c

Please sign in to comment.