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