We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dmd allocates too much memory.
Certain classes need to be made more efficient, and allocated less. If time permits simple tooling for guiding similar efforts could be developed.
More detail to be added soon.
TBD
Better compiler performance.
Knowledge of how types are laid out in memory.
Understanding of dmd internals, making changes to a codebase.
@maxhaton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
dmd allocates too much memory.
Certain classes need to be made more efficient, and allocated less. If time permits simple tooling for guiding similar efforts could be developed.
More detail to be added soon.
What are rough milestones of this project?
TBD
How does this project help the D community?
Better compiler performance.
Recommended skills
Knowledge of how types are laid out in memory.
What can students expect to get out of doing this project?
Understanding of dmd internals, making changes to a codebase.
Point of Contact
@maxhaton
References
The text was updated successfully, but these errors were encountered: