Sciweavers

ASPLOS
2008
ACM

SoftSig: software-exposed hardware signatures for code analysis and optimization

13 years 6 months ago
SoftSig: software-exposed hardware signatures for code analysis and optimization
Many code analysis techniques for optimization, debugging, or parallelization need to perform runtime disambiguation of sets of addresses. Such operations can be supported efficiently and with low complexity with hardware signatures. To enable flexible use of signatures, this paper proposes to expose a Signature Register File to the software through a rich ISA. The software has great flexibility to decide, for each signature, which addresses to collect and which addresses to disambiguate against. We call this architecture SoftSig. In addition, as an example of SoftSig use, we show how to detect redundant function calls efficiently and eliminate them dynamically. We call this algorithm MemoiSE. On average for five popular applications, MemoiSE reduces the number of dynamic instructions by 9.3%, thereby reducing the execution time of the applications by 9%. Categories and Subject Descriptors C.0 [Computer Systems Or
James Tuck, Wonsun Ahn, Luis Ceze, Josep Torrellas
Added 12 Oct 2010
Updated 12 Oct 2010
Type Conference
Year 2008
Where ASPLOS
Authors James Tuck, Wonsun Ahn, Luis Ceze, Josep Torrellas
Comments (0)