Commit 0fd0031
committed
precompile: serialize the full edges graph
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.1 parent 6fdcfd4 commit 0fd0031
File tree
6 files changed
+463
-452
lines changed- src
- test
6 files changed
+463
-452
lines changed
0 commit comments