On Friday, 5 June 2015 at 15:18:59 UTC, Dan Olson wrote:
On TLS and migrating Fibers - these were posted elsewhere, and want to make sure that when you read TLS Fiber problem here, it is understood to
be something that could be solved by compiler solution.

What I meant is that I don't have a use case for TLS in my own programs.

I think TLS is primarily useful for runtime-level issues like thread local allocators. I either read from global immutables or use lock-free datastructures for sharing...

Reply via email to