Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Basic block deduplication in the code cache #2

Open
pgoodman opened this issue Nov 1, 2016 · 0 comments
Open

Basic block deduplication in the code cache #2

pgoodman opened this issue Nov 1, 2016 · 0 comments

Comments

@pgoodman
Copy link
Collaborator

pgoodman commented Nov 1, 2016

When the page hash is invalidated (e.g. because of a JIT), then all further executed code after a re-hash is triggered will be translated without consideration for whether or not code pages unrelated to the modified pages are different. Deduplication should only happen on the block level and not the trace level, and it should not be applied to blocks ending in conditional branches.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant