Data structure alignment: Difference between revisions

Content deleted Content added
No edit summary
Line 14:
* Writes not aligned to the width of the memory bus require two reads and two writes.
* Accesses across [[cache-lines]] require evicting two cache-lines.
* Accesses across page boundaries can incur two [[translation lookaside buffer|TLB]] misses and could even require swapingswapping in both pages from disk
 
==Compatibility==