https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91628

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
If the D runtime, or libphobos in particular, has a need to get a lower-level
view of the TLS runtime then we should work together to formalize what's
required and provide a low-level TLS ABI.

Note that is also the case for Rust which uses
__pthread_get_minstack@@GLIBC_PRIVATE, and this has prevented us from doing
valid and meaningful cleanup of the libpthread internals to remove this
function.

The related glibc bug is here:
https://sourceware.org/bugzilla/show_bug.cgi?id=16291

It would be great to get feedback on the required API and needs.

Reply via email to