DynamoRIO / DynamoRIO/dynamorio
Use path profiling to elide PC records in offline drmemtraces
Open
Component-DrMemtrace
Performance
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Today, offline drmemtraces record a PC entry for every dynamic basic block. We could elide some of those if can construct a path profile of the containing method and store the conditional branch directions in a compacted manner.
Contributor guide
Assessment
This issue has not been assessed yet.