Computer Science, asked by Punit3941, 1 year ago

What is instruction prefetch?

Answers

Answered by Divyaranjan
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 taniikhan1500
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