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

add a new implementation of thread-local storage #17569

Closed
thestinger opened this issue Sep 26, 2014 · 1 comment
Closed

add a new implementation of thread-local storage #17569

thestinger opened this issue Sep 26, 2014 · 1 comment
Assignees
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@thestinger
Copy link
Contributor

It should map directly to #[thread_local] on most platforms. Android may need a special slow path since it doesn't have a full implementation of TLS. There are various other bugs blocking an implementation that's as efficient and flexible as C++'s thread_local.

@thestinger thestinger added A-libs I-slow Issue: Problems and improvements with respect to performance of generated code. C-enhancement Category: An issue proposing an enhancement or a PR with one. and removed A-io labels Sep 26, 2014
@thestinger thestinger self-assigned this Sep 27, 2014
@alexcrichton
Copy link
Member

Added in #19094

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants