This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/16291] feature request: provide simpler ways to compute stack and tls boundaries


https://sourceware.org/bugzilla/show_bug.cgi?id=16291

--- Comment #17 from Rich Felker <bugdal at aerifal dot cx> ---
Kostya, for what it's worth, I would very much prefer an API based on function
calls rather than external-linkage static and thread-local objects. Using
function calls gives the implementation a lot more freedom. In particular, as
long as the API is reasonable, I'd like to support it in musl libc, but we
don't require or plan to require a toolchain that supports TLS as a dependency
for building libc. In general, I think going through accessor functions has a
better chance of getting other FOSS systems to adopt the same or similar API,
making it easier for tools/libraries that need to use this API.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]