Wok: Statistical Program Slicing in Production
Bogdan Alexandru Stoica, Swarup Kumar Sahoo, James R. Larus, Vikram Adve
Abstract
Bogdan Alexandru Stoica, Swarup Kumar Sahoo, James R. Larus, Vikram Adve
Abstract
Dynamic program slicing can significantly reduce the amount of code developers need to inspect by focusing only on program statements relevant to their investigation. However, it is still not ready for production-level use either in terms of runtime or storage efficiency. We propose statistical program slicing, a novel hybrid dynamic-static slicing technique which explores the tradeoffs between runtime overhead, accuracy, and storage costs. Our approach relies on modern hardware support for control-flow tracing and selective heap memory instrumentation distributed across multiple executions combined with static program analysis for data-flow tracking.
OpenAlex reports 3 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Dynamic program slicing can significantly reduce the amount of code developers need to inspect by focusing only on program statements relevant to their investigation. However, it is still not ready for production-level use either in terms of runtime or storage efficiency. We propose statistical program slicing, a novel hybrid dynamic-static slicing technique which explores the tradeoffs between runtime overhead, accuracy, and storage costs. Our approach relies on modern hardware support for control-flow tracing and selective heap memory instrumentation distributed across multiple executions combined with static program analysis for data-flow tracking.
Key concepts: Program slicing, Slicing, Heap (data structure), Computer science, Static analysis, Tracing, Control flow, Program analysis