DynamoRIO / DynamoRIO/drmemory
dynamically adjust from byte-to-byte to byte-to-2bit shadowing
Open
Migrated
Priority-Low
Type-Feature
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on December 10, 2010 17:58:25_
PR 588482
byte-to-byte is faster but uses more memory. the idea is to start with
that and dynamically switch to byte-to-2bit using cache flushing (already
doing such a reset for -prctl_whitelist) if detect that memory is getting
low.
For back-w/-file specials, also dyn adjust to never-free
if running low on address space (xref PR 580017).
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=195_
Contributor guide
Assessment
This issue has not been assessed yet.