implement destructor support for thread-local variables #17572
Labels
A-codegen
Area: Code generation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
C++
thread_local
has destructor support built on platform primitives. Rust's#[thread_local]
does not since it sits above the LLVM layer. This could be feature gated, but it is an important building block for fast TLS support.The text was updated successfully, but these errors were encountered: