DynamoRIO / DynamoRIO/dynamorio
improve performance of ARM predicated indirect branch fall-through
Open
OpSys-ARM
Performance
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Today for simplicity we handle predicated indirect branch fall-through by
still going through the IBL with the target set to the fall-through
address. This issue covers adding something closer to a regular cbr
fall-through that can be directly linked. This will likely require a new
type of linkstub and corresponding instr flags and plumbing.
Contributor guide
Assessment
This issue has not been assessed yet.