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

cpu-o3: refactor branch predictors latency #172

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

eastonman
Copy link
Member

use params instead of hard coded magic number

Change-Id: I252ba2c582c285b6a7051b9207c7a4542e8fe9aa

@@ -91,7 +91,7 @@ class DefaultFTB : public TimedBaseFTBPredictor

void specUpdateHist(const boost::dynamic_bitset<> &history, FullFTBPrediction &pred) override;

unsigned getDelay() override {return numDelay;}
unsigned getDelay() override { return numDelay; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议直接实现在基类里

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议直接实现在基类里

Has it been resolved?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, it has been solved (?

use params instead of hard coded magic number

Change-Id: I252ba2c582c285b6a7051b9207c7a4542e8fe9aa
@shinezyy shinezyy merged commit ee4e02a into xs-dev Sep 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants