This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC - cache line size initialization
- From: Ulrich Drepper <drepper at gmail dot com>
- To: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 21 Dec 2011 21:30:17 -0500
- Subject: Re: [PATCH] PowerPC - cache line size initialization
- References: <4EF1D4FB.8090207@linux.vnet.ibm.com>
On Wed, Dec 21, 2011 at 07:45, Adhemerval Zanella
<azanella@linux.vnet.ibm.com> wrote:
> This patch address the __cache_line_size initialization by moving it to sooner point,
> prior any DSO initialization.
No. Just look what other architectures do. Also, if the value is not
optimized all you should get is less performance. Otherwise the code
isn't written as it should.