Pergunta de entrevista da empresa Arm

How to avoid coherency protocol overhead when two cores are writing to the same C struct but different members (false sharing)?

Resposta da entrevista

Sigiloso

17 de dez. de 2025

Add padding so each member of the struct is in a different cache line.