Advertisement
so61pi

CPU reordering

Nov 24th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. It is good to consider that the CPU is actually reordering the instructions, as opposed to an abstract list of memory operations. Thinking in terms of instruction reordering lets us assume that once the instruction is finally executed, all cores will immediately see that new value in memory. It also lets us understand the CPU from the point of the user program rather than trying to understand the internals. For normal user programming this view is correct.
  2.  
  3. Source: http://eversystems.eu/Document/26/CPU_Reordering_-_What_is_actually_being_reordered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement