DynamoRIO / DynamoRIO/dynamorio
add API routines to spill and restore xmm registers to our spill slots
Open
Component-API
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 March 10, 2011 21:06:20_
this was PR 315327
we should provide save and restore xmm register routines that use our dcontext spill slots. We don't use them much so there's little risk of collision and they are faster to access then the client could manage using the provided client tls (unless taking a ton of slots via calloc).
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=412_
Contributor guide
Assessment
This issue has not been assessed yet.