Opened 4 years ago
#254 new task
Constructors and destructors for TLS
| Reported by: | Thierry Delisle | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | Constructors, TLS |
| Cc: |
Description
The current implementation of constructors and destructors does not work with thread_local.
We need to use something like __cxa_thread_atexit_impl (Google it) for the destructors.
I don't know how to do the constructors.
This may also fall in the category of: we just need to fork clang.
Note:
See TracTickets
for help on using tickets.