You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting the issue.
What you pointed out is indeed correct.
I have confirmed that the number of branch mispredictions and IPC improved after the fix.
Literally in the btbQueuePointer the comment pointes out The "tailPtr" points the address of a next pushed entry.
BTB used headPtr for pushing entry. See code line below.
Similarly, to pop the queue, tailPtr was used so stale/invalid data was fetched:
The text was updated successfully, but these errors were encountered: