-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Use ELF-TLS on SGX #105604
base: master
Are you sure you want to change the base?
Use ELF-TLS on SGX #105604
Conversation
Failed to set assignee to
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
These commits modify compiler targets. |
r? libs |
@rustbot label +S-blocked |
☔ The latest upstream changes (presumably #106511) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #117716) made this pull request unmergeable. Please resolve the merge conflicts. |
fortanix/rust-sgx#419 adds support for thread-local storage to the ELF loader. This allows
std
to get rid of the key allocation interface so it only needs to manage initializing the TLS section and running destructors on thread exit.r? @jethrogb
(I totally understand if you don't want this or don't have the time to review. I was just having a bit of fun researching how TLS works 😄.)
@rustbot label +T-libs +O-SGX