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

pcache API not sufficient to persist hashtables: need "is bb persisted?" query #732

Closed
derekbruening opened this issue Nov 28, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From [email protected] on April 12, 2012 14:59:36

for persisting hashtables, my initial API ( issue #708 ) can isolate persistence to the code region in question but not all bbs are able to be persisted, resulting in duplicate entries on resurrection. one solution is to add a "is this tag persisted?" query. to make this efficient we'd want to pass in the coarse_info_t, so I'm considering changing the original API from issue #40 to pass a "void *perscxt" from which start and size can be obtained as well.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=732

@derekbruening
Copy link
Contributor Author

From [email protected] on April 13, 2012 11:40:46

This issue was closed by revision r1312 .

Status: Fixed

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