Sciweavers

SIGMETRICS
1999
ACM

Address Trace Compression Through Loop Detection and Reduction

13 years 8 months ago
Address Trace Compression Through Loop Detection and Reduction
ded Abstract This paper introduces a new technique for compressing memory address traces. The technique relies on the simple observation that most programs spend their time executing loops, and therefore the trace will follow the structures of such loops. We adapt classic control flow analysis to detect the loops within an address trace, then analyze them to identify constant and loopvarying memory references. These references are efficiently encoded to reduce the size of the trace, often resulting in an order of magnitude reduction in size compared to the most compact trace format known to date. Keywords Compression, control flow analysis, address traces, traces.
E. N. Elnozahy
Added 03 Aug 2010
Updated 03 Aug 2010
Type Conference
Year 1999
Where SIGMETRICS
Authors E. N. Elnozahy
Comments (0)