Content deleted Content added
m fixed citation template(s) to remove page from Category:CS1 maint: Extra text & general fixes, added orphan tag using AWB |
m →Memory Organization: clean up, replaced: it's → its using AWB |
||
Line 25:
===Memory Organization===
{{Main article|Memory hierarchy}}
The different levels of memory, which includes [[Cache (computing)|caches]], [[main memory]] and [[non-volatile storage]] like hard disks (where the program instructions and data reside), are designed to exploit [[Locality of reference|spatial locality]] and [[temporal locality]] to reduce the total [[memory access time]]. The less time the processor spends waiting for data to be fetched from memory, the lower number of instructions consume pipeline resources while just sitting idle and doing no useful work. The instruction pipeline will be completely stalled if all
===Speculative Execution===
|