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

Late struct initialisation #6

Open
rosefromthedead opened this issue Jun 22, 2022 · 0 comments
Open

Late struct initialisation #6

rosefromthedead opened this issue Jun 22, 2022 · 0 comments

Comments

@rosefromthedead
Copy link
Collaborator

At some point we will have to deal with the C style struct initialisation where the local is declared and its fields are initialised one by one after that. Currently there is a generator for Default impls, but with null analysis working, Default impls may not always be possible. For now I think I will adjust the benchmark code manually.

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