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

basicblock hash set vector #28

Open
nirizr opened this issue Aug 22, 2016 · 2 comments
Open

basicblock hash set vector #28

nirizr opened this issue Aug 22, 2016 · 2 comments
Assignees

Comments

@nirizr
Copy link
Owner

nirizr commented Aug 22, 2016

A vector of separate hashes for each basic block, sorted by their value.

This will provide basic-block based matching, while ignoring basic block order changes.

We should have a couple of versions for this, one hashing all data and another hashing only the instruction's opcode.

@shiftre shiftre self-assigned this Aug 22, 2016
@shiftre
Copy link
Collaborator

shiftre commented Aug 28, 2016

Fnv, Bernstein will be used for that.

Ready in my own branch, pushed once it's better.
I have a few inheritence problems I need to solve.

@nirizr
Copy link
Owner Author

nirizr commented Aug 28, 2016

Let me know if you'd like me to have a look

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

2 participants