What is instruction prefetch?
Answers
Answered by
0
It is a term used in computer science.It is generally a technique used in CPU to speed up execution of program by reducing wait states.
Answered by
0
Cache prefetching is a technique used by computer processors to boost execution performance by fetching instructions or data from their original storage in slower memory to a faster local memory before it is actually needed.
Similar questions