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] Small tcache improvements


Wilco Dijkstra <Wilco.Dijkstra@arm.com> writes:
> There are diminishing returns so really large values make less sense. But I
> can set it to the limit of the type if you prefer.

It's "the GNU way" to avoid arbitrary limitations when possible, at
least it's a subtle hint mentioned elsewhere:

https://www.gnu.org/prep/standards/standards.html#Reading-Non_002dFree-Code

" but do try to organize the imitation internally along different lines,
. . . Or go for generality. For example, Unix programs often have static
tables or fixed-size strings, which make for arbitrary limits; use
dynamic allocation instead."


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