Proceedings of the 27th ACM SIGPLAN Conference on Programming Language Design and Implementation 2006
DOI: 10.1145/1133981.1134002
|View full text |Cite
|
Sign up to set email alerts
|

Pruning dynamic slices with confidence

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
71
0
1

Year Published

2006
2006
2016
2016

Publication Types

Select...
5
3
1

Relationship

5
4

Authors

Journals

citations
Cited by 117 publications
(72 citation statements)
references
References 19 publications
0
71
0
1
Order By: Relevance
“…Some techniques combine statistics and program slicing, e.g., [16], [17], [18], [19]. This kind of techniques requires a fine-grain association between the program source code, on which the slicing is usually done, and program execution traces.…”
Section: Related Workmentioning
confidence: 99%
“…Some techniques combine statistics and program slicing, e.g., [16], [17], [18], [19]. This kind of techniques requires a fine-grain association between the program source code, on which the slicing is usually done, and program execution traces.…”
Section: Related Workmentioning
confidence: 99%
“…Static slicing [52] identifies a subset of program statements that may influence the value of a variable at a program location. Dynamic slicing [53][54][55] finds the statements that actually do influence a variable value in a particular execution. Relevant Slicing [56,57] is similar to dynamic slicing, but additionally finds statements that can potentially influence a variable value in an execution, if a predicate were to evaluate to a different outcome.…”
Section: Related Workmentioning
confidence: 99%
“…However, slicing tends to produce fat slices containing not only the failure inducing dependencies but also benign dependencies. Although various techniques have been proposed to prune dynamic slices [18,19], without using a reference execution to exclude benign chains, inspecting pruned slices still requires non-trivial human effort. Dicing [20] aggregates slices from multiple executions.…”
Section: Related Workmentioning
confidence: 99%