I have locality concerns
I have locality concerns
Posted Mar 10, 2020 18:44 UTC (Tue) by Omnifarious (guest, #19508)Parent article: Finer-grained kernel address-space layout randomization
Will this slow things down by placing functions that work together far away from each other? For L1-L3 cache, it's likely not that big a deal as the chunk size is 16 bytes. But if parts of the kernel can be paged out, those are 4k. There may be other locality concerns of which I'm not aware.
Has this been thought through? Am I being worried over nothing?