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

TLS should store pointers, not/in addition to class instances. #115

Open
dabrahams opened this issue Aug 28, 2020 · 0 comments
Open

TLS should store pointers, not/in addition to class instances. #115

dabrahams opened this issue Aug 28, 2020 · 0 comments
Assignees

Comments

@dabrahams
Copy link
Collaborator

When I'm using TLS, it's for performance reasons. I don't want to worry about whether I'm getting ARC. Let me allocate a struct in dynamic memory and store a pointer to it in my TLS, please. Thanx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants