DynamoRIO / DynamoRIO/dynamorio
support TSX fallback pc control xfer
Open
Migrated
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 November 06, 2013 13:33:59_
Intel's TSX adds transactional execution support. Of relevance to DR:
OP_xend, on failure to commit, sets eip to a fallback pc stored in
OP_xbegin (it's a Jz operand to OP_xbegin). This issue covers supporting
such a control transfer.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1314_
Contributor guide
Assessment
This issue has not been assessed yet.