常見例句雙語例句Branch Prediction is one of the key factors that affect the performance of microprocessor.分支預(yù)測是影響微處理器性能的關(guān)鍵因素之一。Many branch prediction schemes are studied to improve performance, but the predictability of different branch instructions is different.雖然轉(zhuǎn)移預(yù)測能夠提高處理器的性能,但不同轉(zhuǎn)移指令的可預(yù)測性是不同的。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.可以通過改進(jìn)軟件中的轉(zhuǎn)移預(yù)測功能來解決這個問題,也可以通過評測應(yīng)用程序和內(nèi)核的事件來解決問題。 返回 branch prediction