tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Memory alignment



On Fri, Dec 04, 2009 at 10:14:52AM -0500, Greg Troxel wrote:
> [...]
> I don't think the CPU architecture itself guarantees anything about
> cache line size.

For x86 at last it doesn't. There are CPUs with 32 bytes cache lines,
and some with 64 bytes. Even worse, Xeons have 64 bytes lines but do
adjacent lines prefetches, so I suspect for this kind of optimisation,
the right value to consider is 128 bytes.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index