add a new implementation of thread-local storage #17569
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.
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++'sthread_local
.The text was updated successfully, but these errors were encountered: