Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Branch Taken / Branch Misprediction stalls #692

Open
lupino3 opened this issue Jul 19, 2022 · 0 comments
Open

Implement Branch Taken / Branch Misprediction stalls #692

lupino3 opened this issue Jul 19, 2022 · 0 comments

Comments

@lupino3
Copy link
Member

lupino3 commented Jul 19, 2022

The GUI Statistics has 2 sections on branch prediction stalls, but they are not implemented (see fake code in GUIStatistics.java:

label.setText(" 0 " + CurrentLocale.getString("BTS"));
return label;
case 11:
label.setText(" 0 " + CurrentLocale.getString("BMS"));
)

We should implement them, or remove them from the Statistics window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant