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

Initialize array values with default at run-time #40

Open
skas102 opened this issue May 10, 2019 · 0 comments
Open

Initialize array values with default at run-time #40

skas102 opened this issue May 10, 2019 · 0 comments

Comments

@skas102
Copy link
Collaborator

skas102 commented May 10, 2019

Currently we are not able to correctly default initialize the array values in the virtual machine.

The reason for this is that we do not know of which type the array is. Especially with struct types it becomes very hard to handle default initialization.

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