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

Avoid large stack variables #319

Open
michaelrsweet opened this issue Mar 29, 2024 · 0 comments
Open

Avoid large stack variables #319

michaelrsweet opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request platform issue Issue is specific to an OS or desktop priority-medium
Milestone

Comments

@michaelrsweet
Copy link
Owner

Some embedded environments and POSIX threads provide a smaller stack than regular desktop applications. Look at using allocated buffers instead of large character arrays on the stack.

@michaelrsweet michaelrsweet self-assigned this Mar 29, 2024
@michaelrsweet michaelrsweet added enhancement New feature or request platform issue Issue is specific to an OS or desktop priority-medium labels Mar 29, 2024
@michaelrsweet michaelrsweet added this to the Future milestone Mar 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 platform issue Issue is specific to an OS or desktop priority-medium
Projects
None yet
Development

No branches or pull requests

1 participant