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 #35 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Kostya Serebryany from comment #34)
> Can we do both? (interposable function call and a probe)

In general? Sure, why not? I assume you wish to continue interposing malloc
family functions.

As the API for determining TLS and stack boundaries? I'd prefer we had either a
function/callback API or probe-based API. Even a public AS-safe allocator API,
when interposed, is just a hack for getting at what you really want which is
the TLS and stack boundary information.

-- 
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]