This is the mail archive of the libc-alpha@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]

Re: [PATCH 1/9] Add vectorized getenv for glibc use


On Tue, May 14, 2013 at 02:54:48AM -0400, Carlos O'Donell wrote:
> Siddhesh, Could you take advantage of this to expose the pthread
> default stack size env var with minimal performance impact? Would
> this not also solve the issue of a preloaded DSO not working with
> static applications?
> 

Yes, which is why I did a review of this patch in the other thread.  I
had one additional request, which was to rename the GLIBC_* variables
to GLIBC_PTHREAD_* to reflect that they're used by pthreads, so that I
can do a bit of automatic namespace management in the tunables, like
building environment variable names and configuration names.

That and sorting of Versions, which Andreas has already mentioned
here.

Siddhesh


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