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

drcontainers hashtable persistence support #708

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

drcontainers hashtable persistence support #708

derekbruening opened this issue Nov 28, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From [email protected] on March 23, 2012 10:37:54

a common need when persisting dynamic instrumentation tools is persisting
data stored in hashtables. we can avoid duplicate work by providing
persistence support in drcontainers hashtable. note that the core's
hashtablex.h today supports persistence of one variety: splitting tables
int per-module and using on-disk data directly as a read-only table. but
most uses are not willing to split their tables and would prefer to simply
load in from disk and add to a global live table which is my proposal here.

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

@derekbruening
Copy link
Contributor Author

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

This issue was closed by revision r1313 .

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