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

D$: guarantee that no-alloc accesses are ordered even if aliased #2358

Merged
merged 2 commits into from
Mar 24, 2020

Conversation

aswaterman
Copy link
Member

Currently, non-allocating accesses can be reordered with allocating
accesses if they are to different virtual synonyms. Add hardware
to detect and prevent this case.

If there's no possibility of aliasing or non-allocating accesses,
there's no additional HW cost.

I'm not entirely happy with the approach (it adds a lot of fanout to
what is sometimes a critical timing path, so at minimum it's leaky).
Might revisit later.

Currently, non-allocating accesses can be reordered with allocating
accesses if they are to different virtual synonyms.  Add hardware
to detect and prevent this case.

If there's no possibility of aliasing or non-allocating accesses,
there's no additional HW cost.

I'm not entirely happy with the approach (it adds a lot of fanout to
what is sometimes a critical timing path, so at minimum it's leaky).
Might revisit later.
@aswaterman aswaterman requested a review from girishpai March 23, 2020 20:25
Copy link

@girishpai girishpai left a comment

Choose a reason for hiding this comment

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

As long as the CI tests pass this should be good.

@aswaterman aswaterman merged commit bd6c4d0 into master Mar 24, 2020
@aswaterman aswaterman deleted the ordered-no-alloc branch March 24, 2020 03:48
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.

2 participants