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

Delete Reuse Nodes when Distance exceeds LLC #166

Open
bprail opened this issue Sep 9, 2017 · 1 comment
Open

Delete Reuse Nodes when Distance exceeds LLC #166

bprail opened this issue Sep 9, 2017 · 1 comment

Comments

@bprail
Copy link
Owner

bprail commented Sep 9, 2017

If a reuse node is now "memory", it can be deleted rather than preserving it. However, this may require a separate tracking structure to find the "evicted" cache line.

@bprail
Copy link
Owner Author

bprail commented Sep 9, 2017

Could use GC style approach? When searching the tree, have a distance value that any node exceeding it is also deleted while searching?

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