julia
cf875c1f
- gf.c: Fix backedge de-duplication bug (#58106)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
247 days ago
gf.c: Fix backedge de-duplication bug (#58106) This code was checking for the old edge type (`MethodInstance`) instead of the new one (`CodeInstance`), causing duplicate non-invoke edges to accumulate in our `backedges`.
References
#58106 - gf.c: Fix backedge de-duplication bug
Author
topolarity
Parents
5c6d5de8
Loading