Sciweavers

SIGSOFT
2005
ACM

Arithmetic program paths

14 years 5 months ago
Arithmetic program paths
We present Arithmetic Program Paths, a novel, efficient way to compress program control-flow traces that reduces program bit traces to less than a fifth of their original size while being fast and memory efficient. In addition, our method supports online, selective tracing and compression of individual conditionals, trading off memory usage and compression rate. We achieve these properties by recording only the directions taken by conditional statements during program execution, and using arithmetic coding for compression. We provide the arithmetic coder with a probability distribution for each conditional that we obtain using branch prediction techniques. We implemented the technique and experimented on several SPEC 2000 programs. Our method matches the compression rate of state-of-the-art tools while being an order of magnitude faster. Categories and Subject Descriptors D.2.5.s [Software Engineering]: Testing and DebuggingTracing; E.4.a [Data]: Coding and Information TheoryData comp...
Manos Renieris, Shashank Ramaprasad, Steven P. Rei
Added 20 Nov 2009
Updated 20 Nov 2009
Type Conference
Year 2005
Where SIGSOFT
Authors Manos Renieris, Shashank Ramaprasad, Steven P. Reiss
Comments (0)