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

Callgraph: Path-sensitivity #239

Open
jubnzv opened this issue Jan 6, 2025 · 0 comments
Open

Callgraph: Path-sensitivity #239

jubnzv opened this issue Jan 6, 2025 · 0 comments
Labels
area:ir Everything related to the IR and corresponding internals enhancement New feature or request

Comments

@jubnzv
Copy link
Member

jubnzv commented Jan 6, 2025

The existing callgraph implementation maps function definition IDs to CGNodes containing connectivity information. It would be beneficial to extend the key of the map with a structure describing the context of the call (at least the statement/position in the data flow). This extension will enable us to implement path-sensitive interprocedural analyses (e.g., k-CFA taint analysis).

@jubnzv jubnzv added enhancement New feature or request area:ir Everything related to the IR and corresponding internals labels Jan 6, 2025
@jubnzv jubnzv changed the title Path-sensitive callgraph Callgraph: Path-sensitivity Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ir Everything related to the IR and corresponding internals enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant