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

Store array elements into the heap? #58

Closed
egorklementev opened this issue Mar 14, 2021 · 0 comments · Fixed by #70
Closed

Store array elements into the heap? #58

egorklementev opened this issue Mar 14, 2021 · 0 comments · Fixed by #70
Assignees
Labels
question Further information is requested

Comments

@egorklementev
Copy link
Owner

QUESTION: Since we do not know how large an array is, we have to store on the stack only the reference for an array. Actual array data is stored in heap. Is this approach ok?

@egorklementev egorklementev added the question Further information is requested label Mar 14, 2021
@egorklementev egorklementev self-assigned this Mar 14, 2021
@egorklementev egorklementev added this to To do in ERA Compiler via automation Mar 14, 2021
ERA Compiler automation moved this from To do to Done Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Development

Successfully merging a pull request may close this issue.

1 participant