This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Using a DFA for insn-recog.c


Andrew Pinski wrote:
> On Fri, May 2, 2008 at 11:08 AM, Andi Kleen <andi@firstfloor.org> wrote:
>> And usually for the larger lower level caches d and i is shared anyways.
> 
> Which lower level cache are you talking about? L1? L2?

L2 and lower.

> For all the platforms (PPC) I works on, L1 caches are split between D
> and I caches while the L2 are shared.

L1 (both d and i) tends to be so small that you'll thrash it always on
compiler execution. The interesting area are the lower level caches.

-Andi


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