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

collector: Allocate space on heap for chunks #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkylerussell
Copy link

Nicer for embedded devices which may have smaller stack limitations.

Nicer for embedded devices which may have smaller stack limitations.
@xrmx
Copy link
Owner

xrmx commented Jul 13, 2016

Thanks for the patch, have you hit this in practice? If so on which hardware?

@bkylerussell
Copy link
Author

Yes, I hit this trying to run bootchart on a board where we limit stack size to 128K, which CHUNK_SIZE meets. I was running on an ARM platform.

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

Successfully merging this pull request may close these issues.

2 participants