-
Notifications
You must be signed in to change notification settings - Fork 16
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
Skip instructions on core flush in RSes #598
Labels
optimization
This is *just* an optimization!
Comments
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Oct 29, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Oct 29, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Oct 29, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Oct 29, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Oct 29, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Nov 19, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Nov 22, 2024
Arusekk
added a commit
to Arusekk/coreblocks
that referenced
this issue
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement solution 3. from discussion on Speculation Backend: #557 (comment)
Would make solution progress in #498 - but works only for waiting operations in FUs that use RS.
Separate optimization would be needed (and complexity trade-off estimated) to cancel operations currently in flight/
Also similar mechanism needs to be implemented for LSU that defines its own internal RS. Implementing it in CSRUnit is probably not worth it, because it only waits for precommit -> only 1 additional cycle delay from backend.
The text was updated successfully, but these errors were encountered: