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
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.
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
The text was updated successfully, but these errors were encountered: