You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: