Cache prefetching: Difference between revisions

Content deleted Content added
The translation belongs on fa.wikipedia.org, not here.
m "example shows the how" -> "example shows how"
Line 37:
One main advantage of software prefetching is that it reduces the number of compulsory cache misses.<ref name=":2" />
 
The following example shows the how a prefetch instruction will be added into a code to improve [[Cache performance measurement and metric|cache performance]].
 
Consider a for loop as shown below:<syntaxhighlight lang="c++">