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

does a value need to be stored on the stack? #7

Open
gerdstolpmann opened this issue May 31, 2021 · 0 comments
Open

does a value need to be stored on the stack? #7

gerdstolpmann opened this issue May 31, 2021 · 0 comments

Comments

@gerdstolpmann
Copy link
Collaborator

Extension of #6:

When we know the liveness range of a store, we can also check whether there is the chance of a GC in that range. If not, values can be stored in local variables, which is generally cheaper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant