Use ELF-TLS on SGX - #105604
Use ELF-TLS on SGX#105604joboet wants to merge 1 commit into
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. |
|
Error: Assignment is not allowed on a closed PR. Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
|
|
(I didn't mean to actually close it immediately.) @rustbot reroll |
|
@aditijannu FYI |
fortanix/rust-sgx#419 adds support for thread-local storage to the ELF loader. This allows
stdto 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