-
1.The program uses a prefetched operand to store the result of an expensive operation before it is actually computed.
该程序使用预取操作数来存储昂贵操作的结果,在计算实际结果之前。
-
2.In this example, the prefetched operand is used to cache the results of multiple calculations in memory.
在这个例子中,预取操作数被用来将多个计算的结果缓存到内存中。
-
3. The prefetched operand technique can significantly improve performance by reducing the number of times the CPU has to access memory.
预取操作数技术可以通过减少CPU必须访问内存的次数来显著提高性能。