-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MemProf] Refactor and clean up edge removal (#109188)
Add helper for removing an edge from the graph, and for checking if an edge has been removed from the graph, and then update code to use those consistently for removal and during edge iteration, respectively. Also fix a couple of places that were incorrectly iterating over edge lists that could in theory be updated during the iteration.
- Loading branch information
1 parent
ddd5741
commit beb2ae7
Showing
1 changed file
with
104 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters