Difference between revisions of "Memory Prefetch"
Chris Tyler (talk | contribs) (Created page with "Category:Computer Architecture Pre-fetching of memory is the loading of data from memory into cache before it is requested, in anticipation that it will be needed in the n...") |
(No difference)
|
Latest revision as of 21:41, 26 November 2016
Pre-fetching of memory is the loading of data from memory into cache before it is requested, in anticipation that it will be needed in the near future. A CPU may initiate a prefetch when a pattern of sequential access is recognized or predicted, or in some ISAs, when the instruction stream hints that the memory will be needed.