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

Representing variables and parameters #36

Open
veniger opened this issue Jun 29, 2023 · 0 comments
Open

Representing variables and parameters #36

veniger opened this issue Jun 29, 2023 · 0 comments
Assignees

Comments

@veniger
Copy link

veniger commented Jun 29, 2023

We need a more robust way to represent variables in different cases. As it is in the format currently, we can map stack slots to variables but can't do vice versa. Also a good thing would be to have the option of calculating values of variables that are not just on the stack, for example:

  • constant folded variables
  • optimized out variables (to be able to explicitly say that the variable is optimized out of the code)
  • memory spilled

For each variable we would need a way to compute or read it at some "point in time"

@veniger veniger self-assigned this Jun 29, 2023
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

No branches or pull requests

1 participant