DynamoRIO / DynamoRIO/dynamorio
provide faster dr_try_setup() that doesn't allocate memory
Open
Migrated
Performance
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on December 07, 2011 22:02:20_
current version allocates memory to provide an abstraction barrier and
allow for freedom of impl changes w/o breaking compatibility.
the memory allocation is showing up in profiling of Dr. Memory.
we should provide both and document that the fast one may not remain
compatible, in the spirit of fast IR (issue #622)
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=635_
Contributor guide
Assessment
This issue has not been assessed yet.