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

Specify C stack size when creating schedulers #1779

Closed
brson opened this issue Feb 8, 2012 · 4 comments
Closed

Specify C stack size when creating schedulers #1779

brson opened this issue Feb 8, 2012 · 4 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Feb 8, 2012

We appear to have 1MB C stacks right now, which is not enough for some applications, like spidermonkey. When creating a new scheduler we should be able to specify the size of the C stack.

@ghost ghost assigned brson Apr 12, 2012
@msullivan
Copy link
Contributor

This is somewhat related to other stack considerations, like #5768. And probably to the scheduler rewrite also.

@thestinger
Copy link
Contributor

This is still an open issue.

@brson
Copy link
Contributor Author

brson commented Oct 10, 2013

This was never nominated. Removing milestone.

@brson
Copy link
Contributor Author

brson commented Oct 31, 2013

Obsolete with current stack plans.

@brson brson closed this as completed Oct 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants