Relates :
|
The fast card cache is a very frequently accessed data structure. It is basically a 2d array of per-region values (for every thread) that contain the recently card within that region that has been put into the remembered set. This 2d array, nor its per-thread components are not aligned to cache lines or padded in any way to avoid false sharing. Fix this.
|