[fpc-devel] Russian locale information not compatible withFPClocale variables
Micha Nelissen
micha at neli.hopto.org
Thu Jul 31 10:04:36 CEST 2008
Daniƫl Mantione wrote:
> Easier said than done, because threading always involves multiple cores
> operating in the same address space, which means the cores need to
> communicate which core has which page in cache.
They don't care about pages. They only care when writing to shared
memory (to keep other caches consistent). This is on cache line level,
e.g. 32 bytes for PPC usually, 128 bytes on Intel.
Micha
More information about the fpc-devel
mailing list