Scoped variables
dean.long at oracle.com
dean.long at oracle.com
Tue Dec 4 22:06:34 UTC 2018
I'd like to hear more about static thread locals and how they could be
implemented. It's not clear to me how we would implement something
dynamic on top of the something static.
dl
On 12/4/18 1:46 PM, David Lloyd wrote:
> Passing hidden values is a good use case for static thread locals
> (assuming they would utilize just a couple of lookups). In fact
> static thread locals can be used to implement probably most of the
> suggested mechanisms...
More information about the loom-dev
mailing list