julia
cf875c1f - gf.c: Fix backedge de-duplication bug (#58106)

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`.
Author
Parents
Loading