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

[memory usage] re-write union-find non-recursively #76

Open
fangism opened this issue Jul 9, 2020 · 0 comments
Open

[memory usage] re-write union-find non-recursively #76

fangism opened this issue Jul 9, 2020 · 0 comments

Comments

@fangism
Copy link
Owner

fangism commented Jul 9, 2020

this->next = &*this->next->find();

has appeared in a stacktrace in a large design that stack-overflowed during the load of an elaborated .haco-c file (happened to be in cosim). Rewriting that function should greatly reduce stack usage.

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