Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix call graphs #33

Merged
merged 4 commits into from
Jul 2, 2021
Merged

Fix call graphs #33

merged 4 commits into from
Jul 2, 2021

Conversation

errt
Copy link
Collaborator

@errt errt commented Jun 28, 2021

Fixed two bugs in the call graphs:

  1. Don't assume points-to elements are Longs, they are only for allocation sites based analysis, not for type based analysis
  2. We can't yet handle configured points-to sets for native methods if there is not Method object to associate them with

@errt errt mentioned this pull request Jul 1, 2021
@errt errt merged commit c5034fe into develop Jul 2, 2021
@errt errt deleted the fix/cgs branch July 2, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants