branch prediction
常见例句
- Branch Prediction is one of the key factors that affect the performance of microprocessor.
分支预测是影响微处理器性能的关键因素之一。 - Many branch prediction schemes are studied to improve performance, but the predictability of different branch instructions is different.
虽然转移预测能够提高处理器的性能,但不同转移指令的可预测性是不同的。 - You can approach this by improving branch prediction in your software, and you can also identify the issues by profiling the application and the kernel for the event BR_MISS_PRED_TAKEN_RET.
可以通过改进软件中的转移预测功能来解决这个问题,也可以通过评测应用程序和内核的事件来解决问题。 返回 branch prediction