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

Port context switching to Rust for platforms other than x86_64 #5020

Closed
brson opened this issue Feb 19, 2013 · 2 comments
Closed

Port context switching to Rust for platforms other than x86_64 #5020

brson opened this issue Feb 19, 2013 · 2 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone

Comments

@brson
Copy link
Contributor

brson commented Feb 19, 2013

Blocking #4419. This scheduler only knows how to context switch on x86_64

@brson
Copy link
Contributor Author

brson commented Mar 9, 2013

I've got x86 done on my newsched4 branch as well

@brson
Copy link
Contributor Author

brson commented Apr 28, 2013

This is done.

@brson brson closed this as completed Apr 28, 2013
bors added a commit to rust-lang-ci/rust that referenced this issue May 2, 2020
…1995

Avoid mut_key on types of unknown layout

This fixes rust-lang#5020 by requiring a known layout for the key type before linting. Edit: This fixes rust-lang#5043, too.

changelog: none
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
Projects
None yet
Development

No branches or pull requests

1 participant