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

Consider Write Allocate Misses not as LOADs #9

Open
cod3monk opened this issue Jul 2, 2020 · 0 comments
Open

Consider Write Allocate Misses not as LOADs #9

cod3monk opened this issue Jul 2, 2020 · 0 comments

Comments

@cod3monk
Copy link
Member

cod3monk commented Jul 2, 2020

Currently a Write Allocate Miss leads to a LOAD on the same cache level. This in-turn produces a LOAD and MISS in the statics.

A better solution would be to produce a LOAD in the corresponding load_from cache and inject the cacheline into the current level.

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

No branches or pull requests

1 participant