You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid duplicate callee class-ids in virtual dispatch tables. Fixes#684
These were introduced because remove-virtual-functions' class hierarchy
walk assumed it was tree-structured, but Java interfaces show up in the
graph like multiple inheritence and falsify that assumption. This simply
truncates the walk when class IDs have been seen before.
0 commit comments