DynamoRIO / DynamoRIO/dynamorio

FR: use drbbdup to support thread-specific instrumentation

Open
#6,117 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.