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

Set pthread stack size when -sSTACK_SIZE is set #18479

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 9, 2023

This was always my intention with #18191 but somehow it got left out. I think it makes sense that user to override STACK_SIZE also, by default, override the pthread stack size. Such users can always explicitly set the pthread stack size if they don't want this behaviour.

See #18472

@sbc100 sbc100 requested review from kripken and dschuff January 9, 2023 13:24
@sbc100 sbc100 force-pushed the pthread_stack_size branch 2 times, most recently from 15c8845 to 7042b11 Compare January 9, 2023 13:28
This was always my intention with #18191 but somehow it got left out.  I
think it makes sense that user to override `STACK_SIZE` also, by
default, override the pthread stack size.  Such users can always
explicitly set the pthread stack size if they don't want this behaviour.

See #18472
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.

None yet

2 participants