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

Add direct tail call case for getCallee #931

Merged
merged 1 commit into from Dec 15, 2020

Conversation

tylergu
Copy link
Contributor

@tylergu tylergu commented Dec 13, 2020

When an edge is direct branch or conditional taken branch, and it is inter-procedural, we consider it as a direct tail call and return the target of this edge as the callee.

@hainest
Copy link
Contributor

hainest commented Dec 15, 2020

@hainest hainest merged commit 0fdeb8e into dyninst:master Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants