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

Unify IR function names generation #244

Open
3 tasks
jubnzv opened this issue Jan 10, 2025 · 0 comments
Open
3 tasks

Unify IR function names generation #244

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

Comments

@jubnzv
Copy link
Member

jubnzv commented Jan 10, 2025

We duplicate logic that extracts names from function/method definitions and calls in both CFG and Callgraph:

  • The duplicated logic should be unified
  • Definition names should be cached in ASTStore
  • We should have readable receiver names that include the name of the argument instead of astid
@jubnzv jubnzv added enhancement New feature or request refactor area:ir Everything related to the IR and corresponding internals labels Jan 10, 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 refactor
Projects
None yet
Development

No branches or pull requests

1 participant