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

analyzer: use the memory-optimized version of CHA #198

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

jcd2
Copy link
Collaborator

@jcd2 jcd2 commented Nov 25, 2024

Passing nil as the "initial" argument of vta.CallGraph uses the new internal version of the cha algorithm which stores its output graph implicitly. This saves time and memory for large callgraphs.

Passing nil as the "initial" argument of vta.CallGraph uses the new
internal version of the cha algorithm which stores its output graph
implicitly.  This saves time and memory for large callgraphs.
@jcd2 jcd2 requested a review from jessmcclintock November 25, 2024 02:14
@jessmcclintock jessmcclintock merged commit 6699405 into google:main Nov 25, 2024
3 checks passed
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