Skip to content

Comment on Multi-core scaling: it’s not multi-threadedparent

Comments

The cache system isn't aware of threads or processes, but it's clearly aware of address spaces.

No, it's definitely not aware of address spaces. Caching is based on the physical address.

In fact, it's based on the low-order bits of the physical address. So, things that are in different physical pages but have the same lower-order bits can conflict.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.