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