DocumentCode
2867725
Title
Speculative Symbolic Execution
Author
Yufeng Zhang ; Zhenbang Chen ; Ji Wang
Author_Institution
Dept. of Comput. Sci., Nat. Univ. of Defense Technol., Changsha, China
fYear
2012
fDate
27-30 Nov. 2012
Firstpage
101
Lastpage
110
Abstract
Symbolic execution is an effective path oriented and constraint based program analysis technique. Recently, there is a significant development in the research and application of symbolic execution. However, symbolic execution still suffers from the scalability problem in practice, especially when applied to large-scale or very complex programs. In this paper, we propose a new fashion of symbolic execution, named Speculative Symbolic Execution (SSE), to speed up symbolic execution by reducing the invocation times of constraint solver. In SSE, when encountering a branch statement, the search procedure may speculatively explore the branch without regard to the feasibility. Constraint solver is invoked only when the speculated branches are accumulated to a specified number. In addition, we present a key optimization technique that enhances SSE greatly. We have implemented SSE and the optimization technique on Symbolic Pathfinder (SPF). Experimental results on six programs show that, our method can reduce the invocation times of constraint solver by 20.7% to 48.7% (with an average of 29.9%), and save the search time from 23.6% to 43.6% (with an average of 30%).
Keywords
constraint handling; optimisation; program diagnostics; symbol manipulation; SPF; SSE; constraint based program analysis technique; constraint solver; invocation times; optimization technique; path oriented program analysis technique; scalability problem; speculative symbolic execution; symbolic pathfinder; Algorithm design and analysis; Context; IEEE Potentials; Optimization; Scalability; Space exploration; Time factors; Java PathFinder; constraint solving; speculative symbolic execution; symbolic execution;
fLanguage
English
Publisher
ieee
Conference_Titel
Software Reliability Engineering (ISSRE), 2012 IEEE 23rd International Symposium on
Conference_Location
Dallas, TX
ISSN
1071-9458
Print_ISBN
978-1-4673-4638-2
Type
conf
DOI
10.1109/ISSRE.2012.8
Filename
6405358
Link To Document