DynamoRIO / DynamoRIO/dynamorio
FR: use drbbdup to support thread-specific instrumentation
Open
Component-DrMemtrace
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
The `-thread_private` option in DynamoRIO is the intended way to add thread-specific instrumentation. But it may increase memory overhead of running under DR. Another option that may help in cases where we want the same instrumentation for most threads is that we dispatch based on thread-id in drbbdup. This way memory overhead of thread-specific instrumentation may be kept low.
Contributor guide
Assessment
This issue has not been assessed yet.