provide a new efficient implementation of thread-local storage #18004
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 be a thin layer on top of
#[thread_local]
where supported. It can provide anunsafe
low-level API and then implementCell
andRefCell
semantics on top of that for the safe API.The text was updated successfully, but these errors were encountered: