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

Investigate large size of rust debug builds #625

Open
lmbollen opened this issue Aug 29, 2024 · 0 comments
Open

Investigate large size of rust debug builds #625

lmbollen opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lmbollen
Copy link
Contributor

Our Rust debug builds result in very large binaries. Below you find a table that compares the Instruction memory size for two different executables in bytes.

Binary Release Debug
hello 872 33608
smoltcp_echo 28868 205470

If we want to be able to produce both debug builds and release builds for the same design without having extremely large memories (or having to resynthesize).

It would be interesting to see what options we have to reduce the file size.

@lmbollen lmbollen added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant